Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Nick Oliver (PixnBits) reports in a comment on GitHub to the commit
73249eeac564567f86d8e7d70cf85efa5e5f0b5b that the file link for GitLab version 4.2 is wrong.
wrong : [GitLab URL][Hash]/tree/[File path]
correct: [GitLab URL]tree/[Hash]/[File path]
It is unclear if the current format is completely wrong or if some GitLab version really needs this.
Code changed in jenkins
User: Olaf Mandel
Path:
src/main/java/hudson/plugins/git/browser/GitLab.java
src/test/java/hudson/plugins/git/browser/GitLabTest.java
http://jenkins-ci.org/commit/git-plugin/809fec067119947d9ac61dc451b2dc5cf3562603
Log:
GitLab: fix file link for version 4.2
This was suggested in a comment to commit
73249eeac564567f86d8e7d70cf85efa5e5f0b5b by Nick Oliver (PixnBits).
[FIXES JENKINS-25568]