We are currently having bamboo make a build on every commit in the source repository. We run the build on every commit in order to ensure that the build is not broken and that unit tests are passing. QA is supposed to ignore the majority of these builds. I would like to mark a specific build as ready for QA. What is the correct method of doing this in Bamboo?
You can label such builds (https://confluence.atlassian.com/display/BAMBOO/Working+with+labels).
Agree with Przemek. In fact, we script running a production build using Bamboo Command Line Interface that runs the build, automatically labels the build as keep (telling Bamboo to not remove it as part of cleanup), labels the build with a production build number (not Bamboo related), and retrieves the build artifact to copy to another location necessary for the rest of our process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.