Thanks for the feedback!
What you are looking for will be possible once support for multiple builders will be implemented in Bamboo (BAM-1854). This way a single Bamboo job will checkout the source once and then be able to execute build actions on it, one at a time. This way if one action creates an artifact, that same artifact can definitely be used by other builders.
This will be available in Bamboo 3.1.
Just FYI, multiple stages and jobs are super useful for parallelising work and spreading it across multiple servers, which goes a massive way towards decreasing build time, especially for builds that need to do a lot of testing. Especially if that testing needs to happen in different environments. For example, testing how something works on Windows as well as Linux. Using jobs and multiple agents this can be done in parallel.
Sometimes checking out sources for each job is also unnecessary in the case. This is what BAM-5925 is tracking.
Having jobs with no source repositories will also be possible in Bamboo 3.1.
Due to this I will resolve this issue as a Duplicate.
Cheers,
Anton
Thanks for the feedback!
What you are looking for will be possible once support for multiple builders will be implemented in Bamboo (
BAM-1854). This way a single Bamboo job will checkout the source once and then be able to execute build actions on it, one at a time. This way if one action creates an artifact, that same artifact can definitely be used by other builders.This will be available in Bamboo 3.1.
Just FYI, multiple stages and jobs are super useful for parallelising work and spreading it across multiple servers, which goes a massive way towards decreasing build time, especially for builds that need to do a lot of testing. Especially if that testing needs to happen in different environments. For example, testing how something works on Windows as well as Linux. Using jobs and multiple agents this can be done in parallel.
Sometimes checking out sources for each job is also unnecessary in the case. This is what
BAM-5925is tracking.Having jobs with no source repositories will also be possible in Bamboo 3.1.
Due to this I will resolve this issue as a Duplicate.
Cheers,
Anton