-
Bug
-
Resolution: Fixed
-
Blocker
-
None
Since Jenkins 2.22 or near of this version is the link in mail on job fail wrong
wrong link:
http://jenkinssrv/job/Dev_Build/526/Changes
correct link:
http://jenkinssrv/job/Dev_Build/526/changes
I guess the link is returned by line:
buf.append(DisplayURLProvider.get().getRunURL(build));
https://github.com/jenkinsci/mailer-plugin/blob/master/src/main/java/hudson/tasks/MailSender.java#L252
But I annot find the implementation for the "changes" url ,except in blue ocean code, where it looks right.