You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/16 18:44:28 UTC

[archiva-redback-components-spring-quartz] branch master updated: Adding clean step

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-quartz.git


The following commit(s) were added to refs/heads/master by this push:
     new c6add3a  Adding clean step
c6add3a is described below

commit c6add3a92a0fc1aa503737650b07ad1c9991c1ca
Author: Martin Stockhammer <m....@web.de>
AuthorDate: Mon Apr 16 20:44:12 2018 +0200

    Adding clean step
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5b8d72c..492e249 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-quartz.git'
     }

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.