You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having issues with JenkinsServer.createJob(String jobName, String jobXml). When performing the action I get an http error from the validator (partial stack trace):
org.apache.http.client.HttpResponseException: Not Found at com.offbytwo.jenkins.client.validator.HttpResponseValidator.validateResponse(HttpResponseValidator.java:11) at com.offbytwo.jenkins.client.JenkinsHttpClient.get(JenkinsHttpClient.java:157) at com.offbytwo.jenkins.client.JenkinsHttpClient.getQuietly(JenkinsHttpClient.java:203) at com.offbytwo.jenkins.client.JenkinsHttpClient.post_xml(JenkinsHttpClient.java:361) at com.offbytwo.jenkins.JenkinsServer.createJob(JenkinsServer.java:334) at com.offbytwo.jenkins.JenkinsServer.createJob(JenkinsServer.java:298)
Source of the issue:
The strange thing is the jobs are created.
Jenkins Client API Version: 0.3.5
Jenkins Server Version: 1.642
The text was updated successfully, but these errors were encountered:
Hi there,
I've been having issues with JenkinsServer.createJob(String jobName, String jobXml). When performing the action I get an http error from the validator (partial stack trace):
org.apache.http.client.HttpResponseException: Not Found at com.offbytwo.jenkins.client.validator.HttpResponseValidator.validateResponse(HttpResponseValidator.java:11) at com.offbytwo.jenkins.client.JenkinsHttpClient.get(JenkinsHttpClient.java:157) at com.offbytwo.jenkins.client.JenkinsHttpClient.getQuietly(JenkinsHttpClient.java:203) at com.offbytwo.jenkins.client.JenkinsHttpClient.post_xml(JenkinsHttpClient.java:361) at com.offbytwo.jenkins.JenkinsServer.createJob(JenkinsServer.java:334) at com.offbytwo.jenkins.JenkinsServer.createJob(JenkinsServer.java:298)
Source of the issue:
The strange thing is the jobs are created.
Jenkins Client API Version: 0.3.5
Jenkins Server Version: 1.642
The text was updated successfully, but these errors were encountered: