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

Multiple Commits to Same Branch During Quiet Period Trigger Multiple Builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • git-plugin
    • None
    • Jenkins v1.590, git-plugin v2.3

      We have a job monitoring a Git repository for commits to /release/. The job is configured with a 10-minute quiet period, and the quiet period is indeed enforced. However, when multiple commits are made to the same release branch they do not result in a single build. Instead, each commit triggers a new build. I suspect this is related to the wildcard match on all release branches, since despite checking out to a local branch the GIT_BRANCH variable is always set to "detached," but perhaps not.

            Unassigned Unassigned
            dagan Dagan Henderson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: