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

Quiet period for parameterized pipeline job not working fully

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • workflow-job-plugin
    • None
    • Jenkins 2.117 runnig as docker container on Docker 18.03 on RHEL 7.4
      Chrome 65

      In my setup a build job triggers a deployment job using the build step

      All jobs are pipeline jobs. The deployment job has a quiet period of 10 minutes configured in the job.

      The deployment jobs is parameterized. The build job hands over the git commit hash and the artifact hash created in the build.

      When the deployment job is triggered, the quiet period is taken into account. So far everything is okay.

      When the build job triggers the deployment job a 2nd time, a new deployment job is scheduled with a fresh quiet period. The build queue contains now 2 jobs.

       

      The expected behaviour is: Only one deployment job is in the queue and the quiet period is reset.

       

      Some more information: The parameters of both triggered jobs are different.

            Unassigned Unassigned
            cgoeller Christian Göller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: