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.
One of our projects involves the creation of many APIs and we have built a single bamboo spec plan which can create new plans for each of the APIs. The dev team adds some information to the Bamboo variables, a initPlan line is built and inserted into this master bamboo spec file This lets our small DevOps team manage the process efficiently while ensuring consistency.
When these plans are initially built, the Master branch is the default. Other branches are added as needed.
Occasionally we need to disable one of the plans temporarily. When we do, only the Master plan branch is disabled. The plan continues to run against any other plan branch that exists. We would like a method for disabling all branches for a given plan from within the Bamboo spec file.
Any ideas?