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

Multiple simple parallel jobs block each other in the build queue

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • jabber-plugin
    • None

      Hi,

      we have configured one project to be callable on different buildhosts.
      This project is only a script (no vcs, only jabber notification configured)
      It's marked with "Parallel build as far as possible".

      We start this job two times, let's say build 1300 and 1301 and build 1300 is a long running job, build 1301 is ready before but is marked as finished by jenkins AFTER 1300 ended up. This means that the buildnote where 1301 runs is blocked in this while.

          [JENKINS-18724] Multiple simple parallel jobs block each other in the build queue

          Oleg Nenashev added a comment -

          The cease works well on Jenkins, but publishers can easily cause such behavior by getting the previous build.

          Re-assigning to jabber plugin according to the description

          Oleg Nenashev added a comment - The cease works well on Jenkins, but publishers can easily cause such behavior by getting the previous build. Re-assigning to jabber plugin according to the description

          kutzi added a comment -

          Jabber plugin waits for the previous build to complete so it can compete exact build results/trends (like 'Fixed').

          We might think about relaxing this requirement with the disadvantage that build trends will not be correct in all cases, anymore.

          kutzi added a comment - Jabber plugin waits for the previous build to complete so it can compete exact build results/trends (like 'Fixed'). We might think about relaxing this requirement with the disadvantage that build trends will not be correct in all cases, anymore.

            kutzi kutzi
            markusoley Markus Oley
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: