Hi I'm currently having some trouble setting up a pipeline when I'm merging a feature branche in my develop branch and generating a Changelog.
Current situation
Wished situation
Right now my pipeline is being stuck in a loop since I'm pushing my generate changelog to develop after the merge.
Current bitbucket-pipelines.yml
pipelines:
branches:
develop:
- step:
caches:
- node
script: # Modify the commands below to build your repository
- git config user.email "my_email.com"
- git config user.name "my_name"
- npm install
- npm run release
- git push --follow-tags origin develop
I hope you guys can help me out!
For future reference, you can disable triggering the pipeline by committing with "[skip ci]" in the commit message - see FAQ about this.
What I would do in the requested scenario is to actually implement CHANGELOG in the PR itself to be able to review it *before* merging to develop happens.
This feature is yet to be implemented by atlassian dev team. I have added reasons why this feature would be ideal in two (of many more) scenarios to the aforementioned feature request:
https://bitbucket.org/site/master/issues/13867/run-pipeline-on-the-result-of-the-pull
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this resolved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
any update on this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @[deleted],
There's a feature request open at https://bitbucket.org/site/master/issues/13867/run-pipeline-on-the-result-of-the-pull that I would love to get your feedback on.
We use bitbucket site/master issues to track customer requests and feedback on improvements we can make to Pipelines.
Thanks,
Seb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was there an update on this issue?
I was asked to execute a task upon a merge into master, and not on a master branch build.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.