-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
Jenkins 2.321
Bitbucket Server Integration 3.1.0
-
-
3.2.0
I have a job that is written by the jenkins pipeline and it is connected to the bitbucket by bitbucket server integration plugin. Recently, I have upgraded the plugin from 2.3.0 to 3.1.0 and noticed that the link to the bitbucket is changed. See below:
- (3.1.0) https://<domain>/projects/FIN/repos/docker-jenkins/compare/commits?sourceBranch=refs%2Fheads%2Fdocker-jenkins
- (2.3.0) https://<domain>/projects/FIN/repos/docker-jenkins
- (3.1.0)
- (2.3.0)
It just a pipeline not the multibranch one. The link is now totally broken and so I have to roll back. Is this intended change for the multibranch pipeline? How can I handle in the general jenkins pipeline?
Thanks,