I have 6 build plans that all implement the same stage tasks. Currently when I need to make a change I have to update all 6 files. I would like to be able to pull this out and have it as a common element which is in turn included in each plan so I only need to make edits in one location. From what I have read it looks like this is possible but I have not seen any examples and as I'm not a Java developer I'm not sure how to proceed.
Assuming this is possible, can someone share some examples on how this is accomplished?
I describe a way to achieve this in this article https://yayimorphology.org/bamboo-specs-project-sharing.html :
You can see some of those concepts in action there: https://bitbucket.org/renficiaud/bamboo-java-specs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.