The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a conditional task for which i have used a plan variable isRCBuild to trigger.
When isRCBuild=0 it should run otherwise no.
When the isRCBuild=1 the condition is not met but the whole builds stops, why is that? shouldn't it just be skipped??
If it's the only task then build fails because there were no tasks for execution. Add dummy Script task "echo hi" to avoid it
If it's only task then it should go to next job. I think this qualifies as a bug.
@Alexey Chystoprudov Do you think this should qualify as a bug?
For the workaround, i now check the bamboo variable from the script itself and EXIT if required. Bamboo conditional tasks are not that robust from my POV.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Chitrarth Sahai , it's existing behaviour. When you create job without task Bamboo fails it as we decided it's not a good situation.
The same when all tasks are skipped, it means job had no executable tasks and its state is unknown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.