Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
-
4.7.2
Description
Using Git Plugin 3.0.0 the following Link is generated for Source-File-Changes using BitbucketWeb:
https://myhostedbitbucket/projects/myProject/repos/myRepo/history/package/of/java/class.java
Link leads to 404 - correct would be
https://myhostedbitbucket/projects/myProject/repos/myRepo/browse/package/of/java/class.java
"history" was dedected hardcoded in
https://github.com/jenkinsci/git-plugin/blob/e3b32afe0697ec2825fb86b82417f311874cecc5/src/main/java/hudson/plugins/git/browser/BitbucketWeb.java#L70
Attachments
Issue Links
- relates to
-
JENKINS-67066 Each commit in "Changes" links to "stash" rather than "bitbucketserver"
-
- Closed
-
- links to
I can't duplicate the problem you're reporting. I've attached screen shots of my two attempts, one through the "Changes" link and the other through the "Recent Changes" link.
Changes
Change Details
I'll need more details of the steps you take to reach those links.
All the links I could find in those two screenshots were without any "/history/" in the URL.