This question is in reference to Atlassian Documentation: Creating and configuring a deployment project
Hi Team,
I am looking for a solution to do automate my deployment into different environments through Bamboo.
Scenario:
In order to accomplish my total deployment, I have three types deployment to do.
1.Properties deployment --> APP server
2.API deployment --> Websphere
3.UI deployment --> Webserver
In the same order as above.
I have 5 build plans and out that 4 build plans has both properties file deployment project and API deployment project.
I have established the dependancies to trigger the build one after the other. but I am not finding any way to start the API deployment project which is tagged with same build plan.
For ex: Build plan A --> deployment project X and deployment project Y
I have to start the deployment Y after the deployment project X.
do we have any solution for it in Bamboo? I couldn't see any trigger option for this.
Please help me to find a solution for this issue.