Created
May 23, 2020 19:32
-
-
Save gwsu2008/78a8e3bec591cd1c13788bacc605212d to your computer and use it in GitHub Desktop.
jenkins-groovy-print-all-jobs.groovy
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
| Jenkins.instance.getAllItems(Job.class).each{ | |
| println it.name + " - " + it.class + '\n' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment