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:41:31 UTC

[maven] branch it_runs updated: cleanup

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


The following commit(s) were added to refs/heads/it_runs by this push:
     new 9ef3c32  cleanup
9ef3c32 is described below

commit 9ef3c320de3646e22d02cd1cd92539391811ea72
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 20:41:19 2020 +1000

    cleanup
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 8241a9f..9f266ad 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -16,16 +16,10 @@ pipeline {
             sh "mvn -Drat.skip=true -T2 -B -V install -P versionlessMavenDist -Dmaven.repo.local=${env.WORKSPACE}/repo"
         }
       }
-//        stash name: 'apache-maven-bin.zip', includes: 'apache-maven/target/apache-maven-bin.zip'
-//        stash name: 'wrapperDistroDir', includes: 'apache-maven/target/**'
-//        stash name: 'mavenWrapper', includes: 'maven-wrapper/target/maven-wrapper.jar'
     }
     stage( "Run Maven Integration Testing" ) {
       steps {
         git url: "https://github.com/apache/maven-integration-testing.git", branch: "${ITS_BRANCH}"
-//        unstash name: 'apache-maven-bin.zip'
-//        unstash name: 'wrapperDistroDir'
-//        unstash name: 'mavenWrapper'
         sh "ls -lrt ${env.WORKSPACE}/apache-maven/target/"
         withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) {
           //embedded fastest