Skip to content

Instantly share code, notes, and snippets.

@mika
Created March 25, 2013 13:34
Show Gist options
  • Save mika/5237127 to your computer and use it in GitHub Desktop.
Save mika/5237127 to your computer and use it in GitHub Desktop.
Jenkins Job creators + editors

Job creators + editors

API access

  • http://$JENKINS_SERVER/api
  • http://$JENKINS_SERVER/createItem
  • http://$JENKINS_SERVER/cli
  • java -jar jenkins-cli.jar create-job NewJobName < config-file.xml

jenkins-job-builder

Job DSL Plugin

Configuration Slicing Plugin

Template Project Plugin

Jobcopy Builder plugin

jenkins.rb

jenkins_job

jenkins-client

python-jenkins

Net::Jenkins

Templating / Scaffolding Plugin

autojenkins

Bash Job Clone script

Related Plugins for configuration stuff

@martinda
Copy link

@mika You could add https://github.com/cdancy/jenkins-rest to the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment