This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch revert-MNG-6772
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/revert-MNG-6772 by this push:
new 4343cf3 Fix placeholder mavenVersion
4343cf3 is described below
commit 4343cf32abe6d7ad906a1f819d06a66e02feba14
Author: rfscholte <[email protected]>
AuthorDate: Fri Feb 5 15:05:33 2021 +0100
Fix placeholder mavenVersion
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b3148de..5e782c3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -150,7 +150,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/dists/apache-maven-bin.zip
-Dmaven.test.failure.ignore=true -DmavenVersion={m3}"
+ String cmd = "${runITscommand}
-DmavenDistro=$WORK_DIR/dists/apache-maven-bin.zip
-Dmaven.test.failure.ignore=true -DmavenVersion=${m3}"
if (isUnix()) {
sh "${cmd}"
} else {