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:35:06 UTC

[maven] 19/29: cleanup local repo

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"
         }