I have a simple scenario I'd like to implement. Assume I have the following plans
(1) Build and Archive
(2) Deploy Archive to environment based on a parameter and depends on (1)
(3) Deploy Archive to daily environment based on daily timer and depends on (1)
The idea is that all plans need (1) to execute first so I want to be able to run (1) first thing when I run (2) or (3). Is that possible? Is there another way to accomplish this with Bamboo that makes more sense?
https://confluence.atlassian.com/display/BAMBOO052/Setting+up+plan+build+dependencies
Build dependencies in Bamboo are configured backwards to convential thought. From a parent build you need to define the child. So (1) triggers (2) but other than a log, you won't see (2) is triggered by (1) anywhere.
CLI Plugin for Bamboo can be used with a Bamboo CLI action like queueBuild. If you use the wait parameter, it will wait for the build to complete or timeout before continuing with the original build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it does not work for OnDemand. Sorry, I missed that in the labels.
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.