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

Matrix parent takes executor slot and blocks children

      The problem reported in https://issues.jenkins-ci.org/browse/JENKINS-23902 (Matrix parent takes executor slot and blocks children) is still occuring.

      I have 4 build executors and 4 (or more) jobs should be started by build triggers with the option "Block until the triggered projects finish their builds" set.

      This results in 4 parent matrix jobs filling up the build executors so no actual build jobs can be started leading to a dead lock. Only killing some of these parent jobs results in the start of the actuall build jobs.

          [JENKINS-30302] Matrix parent takes executor slot and blocks children

          Joachim Herb added a comment -

          This is caused by the current behavior of parameterized-trigger-plugin. It is not the matrix parent job which blocks an executor but the child job which should trigger other builds with parameters and wait for the completion.

          Joachim Herb added a comment - This is caused by the current behavior of parameterized-trigger-plugin. It is not the matrix parent job which blocks an executor but the child job which should trigger other builds with parameters and wait for the completion.

            kohsuke Kohsuke Kawaguchi
            jherb Joachim Herb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: