I did everything as told and got some experiences:
- Webhooks are not working (Jenkins ver. 2.164.3 and Bitbucket cloud). Instead, I had to rely on periodic ‘Scan Multibranch Pipeline Triggers’.
- Jenkins builds for PRs can be made using the wrong commits.
The second one comes as a real surprise!
I have the branch jenkins-test-3 forked from master and jenkins-test-4 forked from master.
Before pull-request from jenkins-test-4 to jenkins-test-3 there were commits:
- c013c79… — the last commit in jenkins-test-3.
- dc05341… — the last commit in jenkins-test-4 made in master after jenkins-test-3 was forked, but before jenkins-test-4.
Pull request from jenkins-test-4 to jenkins-test-3 made its own commit 95a42f5… In Bitbucket UI we see the build is passed in CI, but what is in Jenkins log:
And yes, it really built c013c79… for that PR.
It’s Bitbucket Branch Source Plugin who manage to get a source code from the repository and choose which one to build.