-
Type:
Suggestion
-
Resolution: Handled by Support
-
None
-
Component/s: None
-
None
I am trying to make a multi stage bamboo plan.
First Stage - builds and deploys basic product code to a DEV env that is vanilla product - the deploy to DEV is a test in itself - to test if it can deploy successfully.
Second Stage - adds dummy client customization code to the build and builds a WAR file with client code in it and deploys to a staging environment
Third Stage - starts 6 separate cycles of automated tests in 6 different agents
Fourth Stage (is manual) - if all 6 test cycles passed, we release the build for consumption.
I cannot make all of this work in a single plan - as two main features are missing in Bamboo
Feature no.1: I have 2 separate deployment projects - one for the vanilla product deploy and two is for the client + product full deploy - both happen to two different environment and both need to be triggered after success of specific JOBs and not after success of the entire build plan ..
Feature no.2: I want to trigger the build in Stage 2 - only after the vanilla product deployment to DEV for Stage 1 is successful. If DEV deployment failed, there would be no point going through the rest of the stages.
Pls let me know if you need further information