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:05 UTC

[maven] 18/29: fix brackets

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

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

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 3408c1e..9d319d0 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -10,12 +10,11 @@ pipeline {
       steps {
         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"
-          }
         }
+      }
 //        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 {