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
My use case is only the deployment of the latest build artifact needs to happen from the build plan i choose and it should happen every quarter.
My likley approach would be to use Deployment Trigger and Cron Expression
In the bamboo header choose Deploy after choosing All Deployment projects
Choose the application and the environment to add the Trigger
In the Add Trigger, You can select the Trigger as Scheduled
In the Schedule run according to schedule section forTrigger Configuration provide these details
1. Trigger description as "Trigger every Quarter"
2. Click on the Pencil icon and choose Cron expression
3. Provide the Cron expression which depicts to run every quarter, click Done
4. In the Trigger configuration page choose the branch where artifact needs to be taken for deployment main plan branch or custom plan branch
5. Click Save.
Kindly validate if this approach is correct or should i have the artifact published or exposed before choosing the main plan branch or custom plan branch
Kindly provide a better option if available for my use case.