-
Bug
-
Resolution: Fixed
-
Major
-
Any Jenkins
Replicated on Bitbucket Server Integration 3.2.0+
Steps to reproduce:
- Setup a new freestyle job with no branch specifier and a push trigger
- Create and push a tag to the repository (e.g. `newTag`)
Expected:
A build status is created and sent to Bitbucket with an identifier `refs/tags/newTag`
Actual:
The identifier instead is `refs/heads/refs/tags/newTag`
- causes
-
JENKINS-71770 Document "branchName" serialization compatibility between Bitbucket Server Integration 3.5.0 and 3.6.0
- Open