Created
May 23, 2020 19:32
-
-
Save gwsu2008/f83f93980f30295fb3ae13dc7dfbe465 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