Default the quiet period to zero

Since this will run on each boot, not bothering to save the object.

Fixes #57
This commit is contained in:
R. Tyler Croy 2017-12-18 14:12:00 -08:00
parent 2f5ed696bd
commit c83072be3f
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env groovy
/*
* Set the global quiet period to zero to avoid any delays in provisioning
* infrastructure or executing Pipelines
*/
import jenkins.model.Jenkins
Jenkins.instance.quietPeriod = 0