-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Jenkins Administrator's Guide
By :

As Jenkins usage goes up in an organization, it becomes mission-critical for orchestrating deployments and improving developer efficiency. As a result, Jenkins tends to run 24x7 with as much uptime as humanly possible. One of the ways in which you can help improve the overall health and reliability of Jenkins is by automating periodic maintenance.
Required plugins
Groovy
A periodic maintenance job is any job that runs on a schedule that performs some kind of server maintenance. The maintenance tasks can vary, such as creating a backup of configuration, terminating jobs, restarting agents, or any other task that a Jenkins administrator determines must be done on occasion. I run a lot of system Groovy scripts in Jenkins to help with keeping controller and agent operations smooth. Ensure that you have the Groovy Plugin for Jenkins installed4 and...