Skip to content

Commit

Permalink
[FIXED JENKINS-18786] Port allocation blocks jobs from executing conc…
Browse files Browse the repository at this point in the history
…urrently

The fix for JENKINS-11255 uses Resources to block the execution of jobs
requiring the same port configuration. However this does not take into
account the node that the port is to be reserved on and also ranges of
ports. Revert to the old behaviour for all but pooled ports.
  • Loading branch information
oldelvet committed Jul 18, 2013
1 parent eb52ee6 commit d025ea2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -92,8 +92,6 @@ public ResourceList getResourceList() {
} catch (PoolNotDefinedException e) {
log.warn("Unable to add resource", e);
}
} else {
addResource(resourceList, portType, 1);
}
}
return resourceList;
Expand Down

0 comments on commit d025ea2

Please sign in to comment.