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-redback-components-spring-cache.git
The following commit(s) were added to refs/heads/master by this push:
new 391e603 Adding clean step
391e603 is described below
commit 391e603dfe82f3f77124478c9e3f0b6f67056e28
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Apr 16 20:40:29 2018 +0200
Adding clean step
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index a17895a..a34d112 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,6 +30,7 @@ def deploySettings =
'DefaultMavenSettingsProvider.1331204114925'
node(labels) {
+ cleanWs()
stage ('Clone Sources') {
git url:
'https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-cache.git'
}
--
To stop receiving notification emails like this one, please contact
[email protected].