-
Bug
-
Resolution: Fixed
-
Major
I'm running the latest plugin agains Redmine 2.3.0.
When browsing the changelog, it leads to "repositories/entry/" + projectName + filePath (https://github.com/jenkinsci/redmine-plugin/blob/master/src/main/java/hudson/plugins/redmine/RedmineRepositoryBrowser.java, line 49)
However, the format in Redmine is: /redmine/projects/<projectName>/repository/entry/<filePath>
Same thing with the revision views: In the plugin is "repositories/revision/" + projectName + "/" + changeSet.getRevision()
but in Redmine is different.
- depends on
-
JENKINS-18985 Plugin release 0.14 still missing from update center
-
- Closed
-
- is related to
-
JENKINS-8216 Redmin links in the "Changes" view don't work #2
-
- Closed
-
-
JENKINS-12442 Redmine Repository browser path problem
-
- Closed
-
[JENKINS-18312] changelog browsing uses the wrong path to Redmine
Attachment | New: RedmineRepositoryBrowser.java [ 23773 ] |
Summary | Original: changelog browsing uses the wrong path | New: changelog browsing uses the wrong path to Redmine |
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
I'm running Redmine 2.3.1 ( and latest redmine 0.13 plugin in Jenkins)
For revision view the format in Redmine 2.3.1 is:
http://redmineHost/redmine/projects/<projectName>/repository/revisions/<revision>