maidsafe-archive / safe-build-infrastructure

Houses internal build infrastructure
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Remove Jenkins Restart from Reprovision #107

Closed jacderida closed 5 years ago

jacderida commented 5 years ago

Currently Jenkins restarts during the reprovisioning process. We need to avoid doing this in case Jenkins has any builds running, and also because if there are any dynamic slaves running, they could potentially become orphaned if Jenkins goes down.

If we want to restart we should do it manually through the GUI: that way you can get it to restart gracefully after any builds have finished.