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.
Hi Team,
I want to change some parameters in my bamboo plan using branches.
For example:
I want to create Bamboo plan with different branches and each branch should have different job or task.
Is it possible to override some parameters using one yaml file configuration?
Hello @Valerii , Welcome to Atlassian Community!
If you are using Bitbucket Server along with Bamboo, you can benefit from Enhanced Plan Branches:
Cheers,
Eduardo Alvarenga
Atlassian Support APAC
Hi Eduardo Alvarenga,
Thank you for your response. So is it necessary to have new branch on git for new configuration BP?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Valerii
Yes. Enhanced plan branches are linked to your Bitbucket repository branches.
Alternatively, if you don't want to use Git branches, you can have:
Choosing the best strategy will vary according to your development teams and if they agree to share or if they prefer having independent Bamboo specs structures.
Eduardo Alvarenga
Atlassian Support APAC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, so for example, here is my yaml spec configuration file:
In a "JIRA-custom-integration" bamboo branch I want to override only one parameter from Unit tests stage
requirements: NewGoodDocker
Everything else should be the same as in a master (default) branch.
How can I do it?
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.