mms
mms

Reputation: 801

jenkins newly triggered build hangs waiting for its predecessor to finish while its predecessor has already finished

I'm facing an issue with Jenkins matrix job, when I trigger new build run it hangs waiting for its predecessor to finish while its predecessor has already finished

Using: Jenkins 2.249.3

The hung build run shows the following message

16:07:59 Configuration ABC? test_check1,MAX=40 is still in the queue: Build #6,314 is already in progress (ETA: N/A)

Going to predecessor build link, shows that it has finished its run

enter image description here

Any idea how to fix this?

Upvotes: 0

Views: 420

Answers (1)

mms
mms

Reputation: 801

The issue is fixed when enabled "Disable deferred wipeout" in the workspace cleanup post action

Upvotes: 0

Related Questions