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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.