I have a plan configured with 2 stages as below:
Automatic Stage
* Task1 - produces Artifact1
* Task2 - produces Artifact2
* Task3 - produces Artifact3
Manual Stage
* Task4 - produces Artifact4
* Task5 - produces Artifact5
There is also a deployment plan containing 5 envs:
* Deployment of Artifact1, triggered by 'Automatic Stage' completion
* Deployment of Artifact2, triggered by 'Automatic Stage' completion
* Deployment of Artifact3, triggered by 'Automatic Stage' completion
* Deployment of Artifact4, triggered by 'Manual Stage' completion
* Deployment of Artifact5, triggered by the whole build completion
The first 3 artifacts are deployed properly. A new release is created. But the last 2 are not. The previous release, created after the 'Automatic Stage' completion, is used. Artifact 4 and 5 are not visible in that release.
How can I update the previously completed release or force bamboo to create a new one after the manual stage is completed?
Bamboo 6.3.1 is used.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.