commit 513687a8cc8db52759fb4b6c68ed655571d961a2 parent 893c6178f4c2bc6af7aac7302b27bdb5f242617f Author: Matt Fehrenbach <m.fehrenbach@pm.me> Date: Sun, 9 Aug 2020 19:52:38 +0100 Edited Jenkinsfile to cleanup Diffstat:
| M | Jenkinsfile | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile @@ -16,4 +16,9 @@ pipeline { } } -}- \ No newline at end of file + post { + always { + deleteDir() + } + } +}