Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-plugin
-
Labels:
-
Environment:Ubuntu 12.04, Jenkins 1.650, GitPlugin 2.4.2
-
Similar Issues:
Description
We're using a parameterized job, so that several branches of the same repo can be built concurrently. The job is configured to add a tag to the repo as a post-build action.
When we have several jobs running, they sometimes get stuck: even though a job is finished, it "waits" for the previou jobs to finish. The message is:
Git Publisher is waiting for a checkpoint on <job_name> #<prev_build_number>
This causes a chain reaction, whereby several jobs are just hanging.
I saw a similar issue in JENKINS-9913, but that seems to have been resolved, and it pertained to JUnit.
Attachments
Issue Links
- is related to
-
JENKINS-9913 Not obvious why some post-build tasks enforce serial behavior even when builds are concurrent
-
- Resolved
-
- links to
We are getting the same issue but with Memory Map Publisher plugin.
If the previous job is taking too much time or stuck then then next job will also be taking time or stuck at this point.