Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Not A Defect
Description
I can't find a way to configure the branch job's SCM poll schedule or build frequency.
I can ask the `checkout` step to be included in polling, but not configure any polling.
Attachments
Issue Links
- is duplicated by
-
JENKINS-32252 Possible issue with how triggers are started
-
- Open
-
- is related to
-
JENKINS-30519 Declarative job properties in multibranch
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | multibranch |
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is related to |
Link | This issue is duplicated by JENKINS-32252 [ JENKINS-32252 ] |
Workflow | JNJira [ 167178 ] | JNJira + In-Review [ 198134 ] |
Component/s | pipeline-general [ 21692 ] |
Component/s | workflow-plugin [ 18820 ] |
For branch projects, the regular SCM trigger should not really be used. Rather than trigger “run at least once per day/etc.” on the multibranch project (folder) should be used. This both looks for new/removed branches, and new heads on those branches. It supports webhooks too.