Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Created May 23, 2020 19:32
Show Gist options
  • Save gwsu2008/f83f93980f30295fb3ae13dc7dfbe465 to your computer and use it in GitHub Desktop.
Save gwsu2008/f83f93980f30295fb3ae13dc7dfbe465 to your computer and use it in GitHub Desktop.
jenkins-groovy-print-all-jobs.groovy
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