-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Jenkins: 2.150.1 LTS
Bitbucket Branch Source Plugin: 2.3.0
Pipeline Multibranch Plugin: 2.20
Installation: Windows 2016 Server (Used windows installer)
Proxy: None
Browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit)
I currently have a Bibucket Mercurial Multibranch pipeline that scans every 5 minutes for any PRs submitted against master which triggers our build for those branches.
After updating our Bitbucket Branch Source plugin version from 2.2.12 to 2.2.15, some scans would periodically result in retriggering all of our PR builds even though none of those PRs were updated.
This has a tremendous impact as all of our Jenkins agents would overload with unnecessary builds.
I recently updated the Bitbucket Branch Source plugin version to 2.3.0 (most recent release) hoping this had been fixed and it's still a problem.
This issue appears to have been introduced in version 2.2.13. I'm reverting back to 2.2.12 until this issue is fixed.
[JENKINS-55517] Bitbucket Multibranch Pipeline: Scan triggers all builds regardless of any changes
Environment |
Original:
Jenkins: 2.150.1 LTS Bitbucket Branch Source Plugin: 2.3.0 Installation: Windows 2016 Server (Used windows installer) Proxy: None Browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit) |
New:
Jenkins: 2.150.1 LTS Bitbucket Branch Source Plugin: 2.3.0 Pipeline Multibranch Plugin: 2.20 Installation: Windows 2016 Server (Used windows installer) Proxy: None Browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit) |
Summary | Original: Bitbucket Mercurial Multibranch Pipeline: Scan triggers all builds regardless of changes | New: Bitbucket Mercurial Multibranch Pipeline: Scan triggers all builds regardless of any changes |
Labels | Original: plugin | New: pipeline-triaged plugin |
Attachment | New: image-2019-01-30-08-34-53-641.png [ 45840 ] |
Link |
New:
This issue relates to |
We are having this problem also in 2.4 version of the plugin with git repositories. Sometimes all builds are started although no changes were made to a branch/PR. In the log of the scan every branch is stated to have changes.
We reverted to 2.2.12 as well