-
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
-
[JENKINS-41980] "Suppress automatic SCM triggering" property must be respected when events trigger the build
Assignee | Original: Stephen Connolly [ stephenconnolly ] | New: Vladislav Ponomarev [ anenviousguest ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Summary | Original: "Suppress automatic SCM triggering" property must be respected when GutHub webhook triggers the build | New: "Suppress automatic SCM triggering" property must be respected when events trigger the build |
Link |
New:
This issue relates to |
Link | New: This issue is related to JENKINS-64896 [ JENKINS-64896 ] |