Skip to content

Instantly share code, notes, and snippets.

@paulmey
Created March 20, 2017 20:15
Show Gist options
  • Save paulmey/19fa33c83c8b869a991e3d1624898ac6 to your computer and use it in GitHub Desktop.
Save paulmey/19fa33c83c8b869a991e3d1624898ac6 to your computer and use it in GitHub Desktop.
Jenkins startup scripts
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