You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:57 UTC

[maven] 10/29: cleanws

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit fe2bf73143852a9fd262eca4d6061c0d2a7212ab
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 13:14:03 2020 +1000

    cleanws
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index d9f8db7..4f853ec 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -8,6 +8,7 @@ pipeline {
   stages {
     stage("Build Maven Core") {
       steps {
+        cleanWs()
         withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.6.3',publisherStrategy: 'EXPLICIT'){
           sh "mvn -V clean install -P versionlessMavenDist"
         }