-
Improvement
-
Resolution: Duplicate
-
Major
-
None
In Jenkins Pipelines one can use shared libraries. With them a additional directory is created:
Usual-Workspace: /var/lib/jenkins/workspace/job-id/
Additional SharedLibrary-Folder: /var/lib/jenkins/workspace/job-id@tmp
Seems as if there the shared library sources are stored in case one want s to rerun the build.
In order to completely wipe out old build data, a option to delete this @tmp folder could be introduced.
- duplicates
-
JENKINS-41805 Pipeline Job-- deletedir() delete only current directory but @script and @tmp dir still there in workspace.
-
- Closed
-
[JENKINS-44909] Workspace Cleanup does not delete @tmp directories created by libraries
Component/s | New: pipeline [ 21692 ] | |
Component/s | Original: ws-cleanup-plugin [ 15930 ] |
Component/s | New: workflow-cps-global-lib-plugin [ 21714 ] | |
Component/s | Original: pipeline [ 21692 ] | |
Assignee | Original: Oliver Gondža [ olivergondza ] | |
Summary | Original: Workspace Cleanup does not delete @tmp directories | New: Workspace Cleanup does not delete @tmp directories created by libraries |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
moving to pipeline component as it is not a workspace.