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.
I want to schedule a nightly deployment only if there is a new build. Is there a way to do this?
We tried this, but the release plan ends-up redeploying the latest build. Not exactly what we want-- if the build is not new, then don't deploy. Is this possible?
Hi @Richard Flores ,
Thank you for your inquire.
I want to schedule a nightly deployment only if there is a new build. Is there a way to do this?
Yes, it is possible by running a build nightly that will automatically trigger the deployment. If your build is consuming a repository (Source Code Checkout task) you can add a trigger to your plan that will Poll the repository for changes based on a schedule.
If Bamboo detects a change in the source code, a build of your plan is triggered. In this way you may end-up with what you called as a new build.
Once you have that in place, you can go to your Deployment Environment and setup Triggers for deployment environments.
You could also work with REST API calls and scripting, automating the way Bamboo will run builds and deployments. Those scripts could then be called from Jira, Bitbucket Server, Terminal/Command Prompt or any other.
However, getting back to your initial inquire, there is https://jira.atlassian.com/browse/BAM-14311 - Scheduled deployments should only run if the latest version is different than what is actually deployed in that environment in Atlassian Bamboo's issue tracker.
Please, feel free to add any comments and/or become a watcher so you can get its latest updates.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.