Created
March 24, 2016 14:14
-
-
Save OwensCode/14d9eb10a8990b7adce1 to your computer and use it in GitHub Desktop.
Simple Groovy script to start Jenkins in quiet mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import jenkins.model.*; | |
// start in a state where no builds are started | |
Jenkins.instance.doQuietDown(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment