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 have a bamboo plan set up through CLI (using Bamboo 6.9.2 build 60911) with Force stop build checbox as checked (by default).
Few of the builds have tasks which do not report back for more than 3 hrs. The Bamboo admin has configured bamboo such that Bamboo detect hung build after 2 hrs of task inactivity
I want to make Plan Configuration > Other > Force stop build as unchecked for plans created through CLI. What is the command to do it ? Can you please guide.
--action createPlan --plan "1" --replace --projectName "PR1"
--action addStage --plan @plan@ --stage "EXECUTE"
--action addJob --plan @plan@ --stage @stage@ --job "1"
--action addTask --plan @plan@ --job @Job@ --taskKey "CHECKOUT" --description "Smoke" --field1 "repository" --value1 ""
--action addTask --plan @plan@ --job @Job@ --taskKey "SCRIPT" --description "clean up" --field2 "script" --fields --action addRepository --plan @plan@ --name "PROJPLAN" --branch "develop"
--action addBranch --plan @plan@ --branch "develop" --enable --name "1111"