-
Bug
-
Resolution: Fixed
-
Critical
-
None
Links to Maven modules are now generating an incorrect url
Navigating to the following url: http://server_url/jenkins/job/JOB_NAME/modules
I am presented with a list of Maven Modules.
The link for each module is now:
http://server_url/jenkins/job/maven.group.id$maven.artifact.id/
it should be:
http://server_url/jenkins/job/JOB_NAME/maven.group.id$maven.artifact.id/
Also Note,
This page used to display Maven Modules named as the Name value in its pom.xml
It now displays them as
JOB_NAME ยป maven.group.id:maven.artifact.id
- is duplicated by
-
JENKINS-17750 Error in Url for job detail
- Resolved
-
JENKINS-17870 From version 1.512 Url Links in Modules View have lost Job Name
- Resolved
-
JENKINS-18033 Module Links produce Status Code 404 when clicked
- Resolved