Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from oldelvet/jenkins-18786
[FIXED JENKINS-18786] Port allocation blocks jobs from executing concurrently
  • Loading branch information
oldelvet committed Jul 24, 2013
2 parents eb52ee6 + d025ea2 commit cc37a51
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 cc37a51

Please sign in to comment.