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.
I'm having one build plan with 2 branches: master and dev.
I keep software version in one of the plan variables:
I would like to label every build in master branch with "1.0.0".
In order to achieve it I created another plan variable:
I managed to achieve it in my job configuration and it works fine:
Job -> Miscellaneous -> Labels -> ${bamboo.MY_BAMBOO_LABEL}
Now, I would like to override this value for every build from dev branch and label it with 1.0.0-SNAPSHOT. In order to achieve it I added a variable to the branch (not to the plan):
Under the variable I get a little note that:
Overrides plan value: ${bamboo.MY_VERSION}
I was expecting to get only one label on builds on dev branch e.g. 1.0.0-SNAPSHOT however my builds are labeled with 2 labels, both 1.0.0 and 1.0.0-SNAPSHOT.
What am I doing wrong? Is there another way to achieve it?
I've tried to reproduce this behavior without success. I'm running Bamboo 6.10.2 where the issue is not happening.
I'll wait for your comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.