Hi,
Thank you for the module, it saved me a lot of hours!
Does the jenkins api support the option to delete a job? I will need this soon, I will be happy to contribute it.
Hi,
Thank you for the module, it saved me a lot of hours!
Does the jenkins api support the option to delete a job? I will need this soon, I will be happy to contribute it.
Comments
Comment #2
skwashd commentedI haven't been able to find any reference to a delete operation in the API docs.
Comment #3
skwashd commentedI stand corrected. POSTing to job/[job]/doDelete will result in the job being deleted.