
hudson.model.Hudson._api.jelly Maven / Gradle / Ivy
Create Job
To create a new job, post config.xml to this URL with
query parameter name=JOBNAME. You'll get 200 status code if the creation is successful,
or 4xx/5xx code if it fails. config.xml is the format Hudson uses to store the project
in the file system, so you can see examples of them in ${app.rootDir}.
Copy Job
To copy a job, send a POST request to this URL with
three query parameters name=NEWJOBNAME&mode=copyJob&from=FROMJOBNAME
Build Queue
Build queue has its own separate API.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy