Details
-
Improvement
-
Status: Reopened (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Running jenkins 2.15 with pipeline-multibranch 2.8.
-
-
branch-api-plugin-2.6.0
Description
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.
Attachments
Issue Links
- 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
This still does not work with me, latest LTS jenkins 2.375.2 & branch-api-plugin 2.1051.v9985666b_f6cc
I have the following in my declarative multibranch pipeline:
Unfortunately when viewing the configuration, the option is not checked, and obviously does not work either, the job is started immediately.
yes, the job has run numerous times since the pipeline change.
Btw. I need this only for a job triggered by some upstream job, like so:
triggers { upstream 'Build Parent/develop' }