Created
January 31, 2017 09:15
-
-
Save tknerr/2beb9b7818cf717819f622609a4f916b to your computer and use it in GitHub Desktop.
pre-approve all pending script approvals, e.g. from a JobDSL script
This file contains 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.* | |
import jenkins.model.* | |
Jenkins.instance.getExtensionList('org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval')[0].get().preapproveAll() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment