commit 099ed4f9f14ac6d8002d8ae5244cedcbc9b2fb5b parent e5d5d837f7c395a29187d201cdbdcbcc56925064 Author: Matt Fehrenbach <m.fehrenbach@pm.me> Date: Mon, 10 Aug 2020 23:03:42 +0100 Added post to Jenkinsfile Diffstat:
| M | Jenkinsfile | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile @@ -13,6 +13,10 @@ pipeline { echo 'Deploying....' } } - + } + post { + success { + deleteDir() + } } }