Java client, built on top of jclouds, for working with Jenkins REST API
387
stars
173
forks
source link
When creating a job and the parameter optionalFolderPath is not empty, 404 will be reported. What is the reason #313
Open
zzhu1314 opened 1 year ago
jobsApi.create("test", "jobName", configXML); //this is 404
jobsApi.create("", "jobName", configXML); //this is ok