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.
We occasionally want to restart our bamboo server for issues like a BAMBOO-GIT-PROXY timeout problem.
What is the best way to restart the bamboo service? If I run 'bin/shutdown.sh', will that immediately terminate the Bamboo app and the Tomcat container? Or will Bamboo block new jobs from starting, let all the existing plans continue to run and then shut down when they're done?
I think running 'bin/shutdown.sh' does not provide a way to gracefully block new builds and shutdown once all current builds have finished (not 100% sure though, just my small scale experience). Here's an alternative approach:
You can use the /server/pause REST API to programmatically block new builds from being started, yet allow current builds to finish. I think the only UI integration that exposes this for Bamboo administrators is the 'Manage apps' section - here's a screenshot after I hit the 'Pause server' button while builds are running:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.