Last active
January 9, 2018 17:34
-
-
Save Talento90/7a5f9a66727ed38ff4a23dd4de49a9a2 to your computer and use it in GitHub Desktop.
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
#Add Groovy Script Permissions: Manage Jenkins » In-process Script Approval and Approve | |
def job = jenkins.model.Jenkins.instance.getItemByFullName('folder//projname') | |
def myBuild = job.getBuild('123') | |
myBuild.keepLog(true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment