Skip to content

Commit 2a9318a

Browse files
committed
ci: delete the workspace tmp dir
1 parent 5eaf76c commit 2a9318a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/Jenkinsfile.linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ pipeline {
175175
disableDeferredWipeout: true,
176176
deleteDirs: true
177177
)
178+
dir("${env.WORKSPACE}@tmp") { deleteDir() }
178179
}
179180
}
180181
}

ci/Jenkinsfile.macos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ pipeline {
159159
disableDeferredWipeout: true,
160160
deleteDirs: true
161161
)
162+
dir("${env.WORKSPACE}@tmp") { deleteDir() }
162163
}
163164
}
164165
}

0 commit comments

Comments
 (0)