Skip to content

Instantly share code, notes, and snippets.

@OwensCode
Created March 24, 2016 14:14
Show Gist options
  • Save OwensCode/14d9eb10a8990b7adce1 to your computer and use it in GitHub Desktop.
Save OwensCode/14d9eb10a8990b7adce1 to your computer and use it in GitHub Desktop.
Simple Groovy script to start Jenkins in quiet mode
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