-
Bug
-
Resolution: Not A Defect
-
Major
-
Windows Server 2008 R2 Enterprise SP1
Jenkins version 1.543
I can call the following API calls and always recieve data:
http://111.206.111.154:8080/api/xml (or json)
http://111.206.111.154:8080/computer/api/xml (or json)
http://111.206.111.154:8080/user/123ABC/api/xml (or json)
but anytime that I call for JOB information, regardless of the job, I always get a (404) Not Found error. However I can copy & paste that same address in a browser and it will display information everytime.
Example:
http://111.206.111.154:8080/job/myJob/api/xml
http://111.206.111.154:8080/job/myJob/lastBuild/api/xml
http://111.206.111.154:8080/job/myJob/123/api/xml
http://111.206.111.154:8080/job/anotherJob/api/xml
Any help will be appreciated.