-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins ver. 1.625.2
Build Failure Analyzer 1.13.3
As you hover over the right-side of "Indication_1", a down-arrow appears. If you click on the arrow, a contextMenu XHR request fires in the background. Unfortunately, they all seem to fail with a 404 "not found" response.
Error message on Web debugger console: prototype.js:1585 POST http://jenkins/job/job_name/build_number/consoleFull/contextMenu 404 (Not Found)
I believe it is because of invalid URL for contextMenu; consoleFull/contextMenu.
Context menus for others work with JSON, however, consoleFull/contextMenu just redirects to the build page, also hard to expect any contextMenu from console output.
Just in case it has been probably caused from old version of plug-in, please let me know. Otherwise, I recommend that the URL for down-arrow menu should be modified for proper purposes, for example a selection for highlighted (claimed) lines for the build log indication.
[JENKINS-36440] Build Failure Analyzer: consoleFull/contextMenu is invalid
Description |
Original:
As you hover over the right-side of "Indication_1", a down-arrow appears. If you click on the arrow, a contextMenu XHR request fires in the background. Unfortunately, they all seem to fail with a 404 "not found" response. Error message on Web debugger console: prototype.js:1585 POST http://jenkins/job/job_name/build_number/consoleFull/contextMenu 404 (Not Found) I believe it is because of invalid URL for contextMenu; consoleFull/contextMenu. Context menus for others work with JSON, however, consoleFull/contextMenu just redirects to the build page, also hard to expect any contextMenu from console output. Thus I would like to know it has been probably caused from old version of plug-in? Otherwise, I strongly recommend that the down-arrow menu can be removed to avoid confusion for users. |
New:
As you hover over the right-side of "Indication_1", a down-arrow appears. If you click on the arrow, a contextMenu XHR request fires in the background. Unfortunately, they all seem to fail with a 404 "not found" response. Error message on Web debugger console: prototype.js:1585 POST http://jenkins/job/job_name/build_number/consoleFull/contextMenu 404 (Not Found) I believe it is because of invalid URL for contextMenu; consoleFull/contextMenu. Context menus for others work with JSON, however, consoleFull/contextMenu just redirects to the build page, also hard to expect any contextMenu from console output. Just in case it has been probably caused from old version of plug-in, please let me know. Otherwise, I recommend that the URL for down-arrow menu should be modified for proper purposes, for example a selection for highlighted (claimed) lines for the build log indication. |
Workflow | Original: JNJira [ 173147 ] | New: JNJira + In-Review [ 184965 ] |