-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.45
GitHub plugin 1.26.0
Branch API Plugin 2.0.4
Steps to reproduce:
- Create multibranch pipeline project.
- Under project configuration, add GitHub source.
- Select "All branches get the same properties" under Property Strategy.
- Add "Suppress automatic SCM triggering" property.
- Save configuration.
- Make sure that GitHub repo configured at step 2 sends push notifications to your Jenkins instance via /github-webhook endpoint.
- Push something to the repo.
Expected result
Build triggering was suppressed.
Actual result
Build is triggered.
This got broken after recent 1.x -> 2.x updates to SCM API and Co.
- is related to
-
JENKINS-64896 overrideIndexTriggers not respected on PRs
- Open
- relates to
-
JENKINS-45814 "Suppress automatic SCM triggering" prevents push notifications
- Closed