I would like to separate my build plan into separate stages. How can the installer and unit test stages use the binaries compiled in the initial build stage?
Hi,
I think you should use "artifact sharing" feature in Bamboo. That is, create Bamboo artifact in the 'compile' stage to catch the binaries, and in the successive stages you would 'subscribe' to that artifact. For more information please visit:
regards!
You can zip them and share between jobs in different stages as a Shared Artifact.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can Bamboo zip the files, or do I need to do this manuallY?
Or should we just use this plug-in:
https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.filezip
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.