Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
Platform: All, OS: All
Description
Problem:
A matrix project is set up to build on several slave nodes.
Its workspace directory is cleaned at slaves even if there is a running build.
Description:
WorkspaceCleanupThread uses shouldBeDeleted method to determine should the
workspace be deleted or not. It checks:
1) was the workspace directory modified at least 30 days ago;
2) was the project last built on the specific node.
Matrix project workspace directory contains axis subdirectories, therefore it is
not touched by a build. So the 1st check is passed.
Matrix project build node points to the master. So the 2nd check is passed for a
slave.
So a matrix project workspace is deleted after 30 days since last axis
configuration change.
Attachments
Issue Links
- is related to
-
JENKINS-3841 WorkspaceCleanupThread deletes shared workspaces
-
- Resolved
-
-
JENKINS-21023 WorkspaceCleanupThread does not handle folders
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
Link |
This issue is related to |
Resolution | Incomplete [ 4 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Incomplete [ 4 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Incomplete [ 4 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Workflow | JNJira [ 134574 ] | JNJira + In-Review [ 186830 ] |
Also see issue 3841.