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.