This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 6d31966 Trying workspace cleanup
6d31966 is described below
commit 6d319666872b2c92b4adb9693c8937a94ad3d174
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Oct 20 17:32:46 2018 +0200
Trying workspace cleanup
---
Jenkinsfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2eeaf19..9283a34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -153,6 +153,9 @@ pipeline {
}
}
}
+ always {
+ cleanWs()
+ }
}
}