]> source.dussan.org Git - archiva.git/commitdiff
Trying workspace cleanup
authorMartin Stockhammer <martin_s@apache.org>
Sat, 20 Oct 2018 15:32:46 +0000 (17:32 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sat, 20 Oct 2018 15:32:46 +0000 (17:32 +0200)
Jenkinsfile

index 2eeaf19e9353386de6b9832881d95062ad0d068a..9283a340106e2fb9152212ad11267193d9784e10 100644 (file)
@@ -153,6 +153,9 @@ pipeline {
                 }
             }
         }
+        always {
+            cleanWs()
+        }
     }
 }