I would like to build several tools separately which are all based on a common software layer also build in bamboo. What is the best method to do this?
I would like to first build the common software layer, then build each tool in a separate plan which should reside in the same output directory as the common software layer. However, if one tool's build breaks, I would like the others to succeed independently.
Hi AmitB,
If you have a common place to copy the output of each build so that the next build can access it, this should be easily done using Dependencies and have the common layer Plan trigger the child Plans on build success. In this configuration, it is possible to build the dependencies of each build without having the common layer modules plan passing.
Hope this helps!
James
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.