-
Improvement
-
Resolution: Done
-
Major
-
None
-
Branch API 2.6.0
-
-
2.1045.v4ec3ed07b_e4f
The Branch API plugin provides a property to suppress builds due to branch indexing or webhook event (see jenkins.branch.NoTriggerBranchProperty). It would be great if the property would allow to configure which kinds of events should be suppressed:
- all - skips all (default, backward compatible)
- branch-indexing - skips builds scheduled by branch indexing
- event - skips builds scheduled by webhook events
- is duplicated by
-
JENKINS-64124 Support detecting automatic build with causes
-
- Closed
-
- is related to
-
JENKINS-64124 Support detecting automatic build with causes
-
- Closed
-
[JENKINS-63673] Allow configuring in NoTriggerBranchProperty which builds should be suppressed
Summary | Original: Allow configuring in NoTriggerBranchProperty which events should be ignored | New: Allow configuring in NoTriggerBranchProperty which builds should be suppressed |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Link |
New:
This issue is related to |
Link |
Original:
This issue is related to |
Link |
New:
This issue is related to |
Resolution | New: Done [ 10000 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I created a PR with the feature implementation: PR#244.