I can create jobs using /createItem?name=JOBNAME, but cant find anything in the docs about deleting jobs.
相关问题
- 2 instances of Sonar on same machine
- Hudson : warning MSB3245: Could not locate the ass
- Maven + FindBugs - fail on high-priority warning
- How do you set up Hudson to work with Git?
- How can I get SCP and ftp (from command line, not
相关文章
- Passing the Maven Debug Flag from Hudson
- Hudson and maven-release-plugin
- How to pass a build number within the MultiJob plu
- Which settings.xml is used by jenkins slave?
- Jenkins Build error java.lang.ClassNotFoundExcepti
- Marking upstream Jenkins/Hudson as failed if downs
- BitBucket+Jenkins: Trigger build only when specifi
- Hudson: how do i use a parameterized build to do s
Discovered by looking into how the delete button does it that you can just post to joburl/doDelete a bit like this..
Go to
<JobURL>/api/?
You will get below text.DISCLAIMER: I tested it with Jenkins. But this should also work in Hudson.