Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Windows Tomcat
Description
Since the last update, workspaces are not reused anymoe in the projects. After googling, this feature seems related to concurrent builds. But we don't use concurrent builds. Still we get workspaces @2..@11.
Attachments
Issue Links
- is duplicated by
-
JENKINS-14699 hg clone adding "@2" to end of clone destination path
-
- Resolved
-
- is related to
-
JENKINS-19089 java.lang.NoClassDefFoundError: org/sonatype/aether/util/StringUtils wrong StringUtils class
-
- Resolved
-
-
JENKINS-30231 Build creates second workspace@2 for non-concurrent build configuration
-
- Resolved
-
Investigating our issue further, it seems that it is a different problem. The project configuration is such that it executes some sub projects. What we see in the console output (with the timestamper plugin enabled) is that the next queued job starts to run a few seconds after the first one has started its (blocking) sub job. File a new issue?