-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Jenkins v2.175
Folders plugin 6.8 (latest)
Extra Columns Plugin v1.20 (latest)
The "Last Console" button always links to /job/$job_name/lastBuild/console.
This gives a 404 for jobs in folders.
For jobs inside folders it should rather link to /job/$folder/job/$job_name/lastBuild/console.
[JENKINS-57323] "Last Console" button does not work for jobs inside a folder
Description |
Original:
It always links to */job/_$job_name_/lastBuild/console*. This doesn't work for jobs in folders. For jobs inside folders it should rather link to */job/_$folder_/job/_$job_name_/lastBuild/console*. |
New:
The "Last Console" button always links to */job/_$job_name_/lastBuild/console*. This doesn't work for jobs in folders. For jobs inside folders it should rather link to */job/_$folder_/job/_$job_name_/lastBuild/console*. |
Description |
Original:
The "Last Console" button always links to */job/_$job_name_/lastBuild/console*. This doesn't work for jobs in folders. For jobs inside folders it should rather link to */job/_$folder_/job/_$job_name_/lastBuild/console*. |
New:
The "Last Console" button always links to */job/_$job_name_/lastBuild/console*. This gives a 404 for jobs in folders. For jobs inside folders it should rather link to */job/_$folder_/job/_$job_name_/lastBuild/console*. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Fred G [ fredg ] | New: Micky Meyers [ micky ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
I've tried to reproduce this issue with Jenkins v.2.138.4 and Folders plugin 6.9.
Since I might have missed something, can you describe in detail how your issue can be reproduced?