Skip to content

Commit

Permalink
[JENKINS-49163] Create correct url in Diagnotic Event Listeners repor…
Browse files Browse the repository at this point in the history
…t for jobs located in folders
  • Loading branch information
Geoffroy Jabouley committed Jan 26, 2018
1 parent b95acf0 commit adf1b2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ l.layout(title: _("${report.getDisplayName()} - Gerrit Trigger Diagnostics"), no
tr {
td {
if (job != null) {
a(href: "${rootURL}/${job.shortUrl}", job.getFullDisplayName())
a(href: "${rootURL}/${job.url}", job.getFullDisplayName())
} else {
span(_("_unknown"))
}
Expand Down

0 comments on commit adf1b2b

Please sign in to comment.