I'm doing two conditions, "yes and no", if I put NO, it was for it not to run and not give an error, but if I leave NO, it runs and gives an error, can I leave it the way I wanted?
If you configured condition to skip some tasks depending on variable value then it might be situation when Bamboo marks job as failed if no single task was executed. To avoid such situation keep some dummy unconditional task which will be executed regardless of condition. Then other tasks might be skipped and job will be successfully completed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.