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

rfscholte pushed a commit to branch MNG-6656
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 01972483e14ba5b2e2e8ccd159ecca89145a6418
Author: rfscholte <[email protected]>
AuthorDate: Mon Aug 5 18:43:09 2019 +0200

    [INFRA-18812] Revert unnecessary commits after fixing INFRA-18812
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0998f02..5d5d998 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -101,7 +101,7 @@ for (String os in runITsOses) {
                             withMaven(jdk: jdkName, maven: mvnName, 
mavenLocalRepo:"${WORK_DIR}/it-local-repo", options:[
                                 junitPublisher(ignoreAttachments: false)
                             ]) {
-                                String cmd = "${runITscommand} 
-DmavenDistro=$WORK_DIR/apache-maven-dist.zip -Dmaven.test.failure.ignore=true 
-Dmaven.skip.rc=true"
+                                String cmd = "${runITscommand} 
-DmavenDistro=$WORK_DIR/apache-maven-dist.zip -Dmaven.test.failure.ignore=true"
                                 if (stageId.endsWith('-jdk7')) {
                                     // Java 7u80 has TLS 1.2 disabled by 
default: need to explicitly enable
                                     cmd = "${cmd} -Dhttps.protocols=TLSv1.2"

Reply via email to