Skip to content

Instantly share code, notes, and snippets.

@anir
Created December 26, 2018 20:08
Show Gist options
  • Save anir/917aa7a34df145c7e6ce7a925cdb5664 to your computer and use it in GitHub Desktop.
Save anir/917aa7a34df145c7e6ce7a925cdb5664 to your computer and use it in GitHub Desktop.
jenkins save all jobs
def jobs = Jenkins.instance.getAllItems(Job.class)
jobs.each{it.save()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment