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
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.