I have Bamboo 6.11 and I have a task that is gmake compile. If there is a problem,
it does not quit the plan it just continues to the next task which is to compile the java code and fails all the tests.
I would like it to quit so I don't have to wait the 20mins to see that it did not compile.
This would help keep our bamboo queue cleaner.
Hi @Sally S_ Miller ! How are you doing?
Are you using a "Script" task?
We usually check the errorlevel after the compiler call and, in case it is not zero, we call "exit 1".
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.