-
-
Save ajmoorexyz/8a8454f01ef0dbee15ade85755d6e090 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