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

msti created an issue.

skwashd’s picture

I haven't been able to find any reference to a delete operation in the API docs.

skwashd’s picture

I stand corrected. POSTing to job/[job]/doDelete will result in the job being deleted.