I am just getting started with any sort of CI and I have been reading the documentation. But what I can't figure out for the life of me is if I have an executable I want to run as a build step, how do I pass the information on whether or not it failed to bamboo? This tells me what the build results can be, but what is bamboo looking for my executable to do in order to know if it completed/passed/failed?
https://confluence.atlassian.com/display/BAMBOO/Working+with+build+results
If you run your executable in Script task or in Command task then Bamboo will analyse the return code of the executable and will consider it failed when return code would be non-zero.
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.