-
Bug
-
Resolution: Fixed
-
Critical
The fix for https://issues.jenkins-ci.org/browse/JENKINS-10615 caused the Ivy plugin to not release workspace locks. This causes an additional workspace to be created for each Ivy job execution until Jenkins is restarted.
This is because IvyBuild.java and IvyModuleSetBuild.java has a AbstractRunner implementation that overrides cleanUp which causes the workspace lease to not be released.
- is duplicated by
-
JENKINS-22772 ivy-plugin build creating duplicate numbered workspaces
- Resolved