Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31737

Configure build triggers for generated workflow-multibranch branch jobs

    • Icon: Improvement Improvement
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • pipeline

      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.

          [JENKINS-31737] Configure build triggers for generated workflow-multibranch branch jobs

          Jesse Glick added a comment -

          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.

          Jesse Glick added a comment - 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.

          Jesse Glick added a comment - - edited

          JENKINS-30519 adds the infrastructure for things like other triggers (for example, ReverseBuildTrigger: build when another project is built) to be declared from the script itself, but a trigger job property is not yet implemented.

          Jesse Glick added a comment - - edited JENKINS-30519 adds the infrastructure for things like other triggers (for example, ReverseBuildTrigger : build when another project is built) to be declared from the script itself, but a trigger job property is not yet implemented.

            jglick Jesse Glick
            mcobden Marcus Cobden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: