From: Martin Stockhammer Date: Sat, 20 Oct 2018 15:32:46 +0000 (+0200) Subject: Trying workspace cleanup X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6d319666872b2c92b4adb9693c8937a94ad3d174;p=archiva.git Trying workspace cleanup --- diff --git a/Jenkinsfile b/Jenkinsfile index 2eeaf19e9..9283a3401 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -153,6 +153,9 @@ pipeline { } } } + always { + cleanWs() + } } }