Repository: maven
Updated Branches:
  refs/heads/master 778b8cea1 -> e8064c685


Windows is case sensitive about Path vs PATH


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e8064c68
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e8064c68
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/e8064c68

Branch: refs/heads/master
Commit: e8064c6855bac38502080ac6aced1e3007353af4
Parents: 778b8ce
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Tue Jan 3 11:29:48 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Tue Jan 3 11:29:48 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/e8064c68/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index b88d408..30134ad 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,7 +79,7 @@ parallel linuxJava7:{
                 bat "rmdir /s /q it-local-repo"
                 bat "del /q apache-maven-dist.zip"
                 unstash 'dist'
-                
withEnv(["PATH+MAVEN=$MAVEN_WIN_J7/bin","PATH+JDK=$JAVA_WIN_J7/bin"]) {
+                
withEnv(["Path+MAVEN=$MAVEN_WIN_J7\\bin","Path+JDK=$JAVA_WIN_J7\\bin"]) {
                     bat "mvn clean verify  -Prun-its -B -U -V 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/it-local-repo 
-DmavenDistro=$WORK_DIR/apache-maven-dist.zip"
                     junit allowEmptyResults: true, 
testResults:'**/target/*-reports/*.xml'
                 }
@@ -95,7 +95,7 @@ parallel linuxJava7:{
                 bat "rmdir /s /q it-local-repo"
                 bat "del /q apache-maven-dist.zip"
                 unstash 'dist'
-                
withEnv(["PATH+MAVEN=$MAVEN_WIN_J8/bin","PATH+JDK=$JAVA_WIN_J8/bin"]) {
+                
withEnv(["Path+MAVEN=$MAVEN_WIN_J8\\bin","Path+JDK=$JAVA_WIN_J8\\bin"]) {
                     bat "mvn clean verify  -Prun-its -B -U -V 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/it-local-repo 
-DmavenDistro=$WORK_DIR/apache-maven-dist.zip"
                     junit allowEmptyResults: true, 
testResults:'**/target/*-reports/*.xml'
                 }

Reply via email to