You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Problem:
Deployment process triggered by builds on branches other than master
Background:
We have a deployment process that is triggered by successful builds of the master branch. The deployment itself moves generated artifact to a remote server.
I recently started running "customized" builds of a non-master branch to generate artifacts I could manually download and test.
I was surprised to see that the deployment process was triggered by these builds and moving the artifact to our remote server.
Steps:
This is the deployment trigger. It looks to me like it should only activate on builds of master branch.
I create a build from some other branch of the build plan by
1. Click "Run > Run customised"
2. Enter desired branch and click "Run"
Am I missing a setting? Is there an alternate way I should be generating builds from arbitrary non-master branches?
Hi William,
This is working as designed. Any successful build on that plan (branch or otherwise) will trigger the master deployment.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi William,
There is a feature request (Suggestion) that you can find at BAM-18793. Please vote on that issue so we can get this behavior in front of the developers so we can see a change in Bamboo.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Branden.
To my reading, that suggestion implies that it is possible to do what I'm asking.
user will need to manually configure a deployment project to run on successful completion of a particular branch plan.
It sounds like I could configure the deployment to trigger on "master" only (a particular branch).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.