You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
I have 2 Build plans by name Webapi and angular.
Build Plan "Webapi" is mapped to deployment project and it is having specific tasks configured.
Similarly i have build plan by name "Angular" and it is also mapped to deployment project.
Now whenever code is committed to svn, build plan gets trigerred and it runs the associated deployment project.
I want the angular deployment plan to start automatically once the webapi deployment project is successful.
Right now the above can be achieved by setting the triggers like below:
1. Make Webapi as the Parent plan and Angular as Child plan
2. Webapi built > trigger Deployment project> deploy to Dev environment
3. Start the Angular build > trigger Deployment project> deploy to dev environment.
The above works fine for 1 environment but how do i achieve the same for higher environments
I am aware of the triggers but our deployment are scheduled to run at specific time for QA.
Please suggest some solution for this issue
Regards,
Sowmya