-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Running jenkins 2.15 with pipeline-multibranch 2.8.
-
-
branch-api-plugin-2.6.0
Currently, for an individual pipeline job I can set a quiet time to avoid one-for-one commit-to-build ratio when there are many commits in a short time. I like to use the multibranch plugin to allow branch automation, but there does not appear to be a way for a multibranch config (either the meta-job itself or from within a Jenkinsfile) to define a quiet time or some other ability to throttle job runs.
- is duplicated by
-
JENKINS-54052 MultibranchProject ignores quietPeriod
-
- Closed
-
-
JENKINS-40464 Support settings Quiet Period in multibranch pipeline builds
-
- Resolved
-
- relates to
-
JENKINS-51227 Quiet period should be configured from declarative pipelines
-
- Closed
-
- links to
[JENKINS-37588] Multibranch pipeline does not allow quiet time or throttle
Component/s | New: workflow-plugin [ 18820 ] | |
Component/s | Original: pipeline-_unsorted [ 21692 ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] | New: Jesse Glick [ jglick ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Link |
New:
This issue is duplicated by |
Summary | Original: Multibranch pipleine does not allow quiet time or throttle | New: Multibranch pipeline does not allow quiet time or throttle |
Assignee | Original: Jesse Glick [ jglick ] |
Component/s | New: branch-api-plugin [ 18621 ] | |
Component/s | Original: pipeline [ 21692 ] |
Link |
New:
This issue relates to |
Comment |
[ A very important hint is, that the quietPeriod option has to be written *WITHOUT* braces: so instead of writing: {code:java} quietPeriod(600){code} you need to write: {code:java} quietPeriod 600{code} jenkins will not give you a notice, warning or anything alike when using it with braces. ] |