Create job
documentedCreate a new Jenkins job by POSTing a Job’s config.xml to this endpoint (Content-Type: application/xml).
POST /createItem?name={job_name}Jobsno implementation yet0 runsInput
job_name*
Jenkins Job Name
example-job
config_xml_path*
Path to Job Config XML
/path/to/config.xml
jenkins_username*
Jenkins Username
admin
Calls Jenkins as you (your API key is your account); keychains.dev holds the credentials.