-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Wiki at http://hudson.gotdns.com/wiki/display/JENKINS/Remote+access+API
mentions being able to hit the api on a last stable build.
I can successfully hit the site mentioned on the wiki
http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/api/
However, I'm running 1.136 and hitting URLs like
http://mel1u101:8080/hudson/job/customcode/lastSuccessfulBuild/api
This yields a 404, however
http://mel1u101:8080/hudson/job/customcode/lastSuccessfulBuild/
gives me the correct information.
Fixed in 1.137. The problem is not the length of the URL, but it's just that the
remoting API was not available on all job types.