-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins ver. 1.651.1
Stash Notifier 1.10.4
Atlassian Bitbucket v4.3.2
I have three jobs watching the same Bitbucket server repo:
- JobA, multi, with matrix M= {1,2,3}
- JobB, multi, with no matrix
- JobC, multi, with no matrix
If I send a pull request, all three jobs are triggered and notify Bitbucket server; however, the job which finishes last of JobB and C "overwrites" the build status of the first to finish.
If I add a dummy matrix to either job, this does not happen any more.