-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: PC, OS: All
When a build is triggered using the following code, an 404 error returns even
the build it triggered successfully.
String uri = "Hudson build page/build?token=build_me";
DocumentBuilder parser =
DocumentBuilderFactory.newInstance().newDocumentBuilder();
URLConnection connection = new URL(uri).openConnection();
connection.connect();
InputStream is = connection.getInputStream();
Document document = parser.parse(is);
[JENKINS-4787] 404 page not found error even a build is triggered successfully
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Verified [ 10000 ] |
Status | Original: Verified [ 10000 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: www [ 15484 ] |
Workflow | Original: JNJira [ 134860 ] | New: JNJira + In-Review [ 203108 ] |