-
Improvement
-
Resolution: Not A Defect
-
Minor
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.
- is duplicated by
-
JENKINS-32252 Possible issue with how triggers are started
-
- Open
-
- is related to
-
JENKINS-30519 Declarative job properties in multibranch
-
- Resolved
-
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.