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 bc76da38f0249d1f1ed3ac4bcffd861c4bd86fe8
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 16:21:36 2020 +1000

    cleanup local repo
    
    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 9d319d0..44a9e9d 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -8,6 +8,7 @@ pipeline {
   stages {
     stage("Build Maven Core") {
       steps {
+        sh "rm -rf ${env.WORKSPACE}/repo"
         withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 
'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) {
             sh "mvn -V clean install -P versionlessMavenDist 
-Dmaven.repo.local=${env.WORKSPACE}/repo"
         }

Reply via email to