-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins version: Jenkins 2.387.3
Bitbucket Build Status Notifier Plugin: 1.4.2
Bitbucket Build Status Notifier Plugin is not notifying Bitbucket when invoked in a Multibranch Pipeline during pipeline execution for tags.
It is a declarative pipeline and has already been tested with/without arguments in "bitbucketStatusNotify". For example:
(...)
post {
always
(...)
The pipeline works fine for branches.
Looks like the "bitbucketStatusNotify function" is not called for tags.
Check the attachments (UI)!
- links to
Hello, we are facing the same issue. It seems that the first build in a job doesn't send the notification.
In our scenario we got a new job for a new branch (base on a PR) in our Bitbucket. During the build (automatically started by Jenkins) no notification is send to Bitbucket. When I manually start a second build the notification is send as expected.