I am using yaml specs for one of my project. I have a requirement for Plan Branches. After i create plan branch i am not able to configure Plan Branch Settings or Plan Branch variables.
Is there an option
Hello @Vinod Dampuru ,
You can configure branch settings at YAML specs, see https://docs.atlassian.com/bamboo-specs-docs/7.2.5/specs.html?yaml#overriding-branch-settings-using-bamboo-specs
If you need branch variables at branch, just add them to bamboo.yaml file at repo branch
Thanks i was able to override the branch variables using bamboo.yaml file at repo branch
How can i override the branch settings from UI ? Basically i want the Specs to be applied only for master branch but want to override the variables and Triggers from UI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If Bamboo detects bamboo.yaml file at repository branch then Plan branch can't be managed by UI.
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.