Skip to content

Commit

Permalink
Merge pull request #348 from geoffroyjabouley/master
Browse files Browse the repository at this point in the history
[JENKINS-49163] Create correct url in Diagnotic Event Listeners report for jobs located in folders
  • Loading branch information
rsandell committed Jan 26, 2018
2 parents 9f4cf73 + adf1b2b commit cba7112
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 cba7112

Please sign in to comment.