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


The following commit(s) were added to refs/heads/MNG-6656 by this push:
     new ee27a04  trying with triple double quotes
ee27a04 is described below

commit ee27a044cb9d728049d5f2bb6e865fb9caea2a9a
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Sat Jun 6 13:55:43 2020 +0200

    trying with triple double quotes
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6237825..9a5e7d5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
             ]) {
                            // For now: maven-wrapper contains 2 poms sharing 
the same outputDirectory, so separate clean
                            sh "mvn clean"
-                sh "mvn ${MAVEN_GOAL} -B -U -e -fae -V 
-Dmaven.test.failure.ignore=true -DdistributionFileName=\${project.artifactId}"
+                sh """mvn ${MAVEN_GOAL} -B -U -e -fae -V 
-Dmaven.test.failure.ignore=true -DdistributionFileName=${project.artifactId}"""
             }
             dir ('apache-maven/target') {
                 stash includes: 
'apache-maven-bin.zip,apache-maven-wrapper-*.zip', name: 'maven-dist'

Reply via email to