Repository: maven
Updated Branches:
  refs/heads/master 2094b80bf -> 019f9c083


debug windows env


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

Branch: refs/heads/master
Commit: 41511422f3ec92ec7cf865915f3a05e0bc5e8df5
Parents: 2094b80
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Tue Jan 3 11:46:22 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Tue Jan 3 11:46:22 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/maven/blob/41511422/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 2555859..0b3b9a8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -80,6 +80,7 @@ parallel linuxJava7:{
                 bat "if exist apache-maven-dist.zip /q apache-maven-dist.zip"
                 unstash 'dist'
                 
withEnv(["Path+MAVEN=$MAVEN_WIN_J7\\bin","Path+JDK=$JAVA_WIN_J7\\bin"]) {
+                    bat "set"
                     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'
                 }
@@ -96,6 +97,7 @@ parallel linuxJava7:{
                 bat "if exist apache-maven-dist.zip /q apache-maven-dist.zip"
                 unstash 'dist'
                 
withEnv(["Path+MAVEN=$MAVEN_WIN_J8\\bin","Path+JDK=$JAVA_WIN_J8\\bin"]) {
+                    bat "set"
                     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