Repository: maven
Updated Branches:
  refs/heads/master c9260ff50 -> e0e26e0c6


We are getting

[winJava7]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
[winJava7]  > git rev-parse refs/remotes/origin/origin/master^{commit} # 
timeout=10
[winJava7] Checking out Revision 788c695631e44de0a1d65ae8a3d52af6637a0eaa 
(refs/remotes/origin/master)
[winJava7]  > git config core.sparsecheckout # timeout=10
[winJava7]  > git checkout -f 788c695631e44de0a1d65ae8a3d52af6637a0eaa # 
timeout=10
[winJava7]  > git branch -a -v --no-abbrev # timeout=10
[winJava7]  > git branch -D master # timeout=10
[winJava7]  > git checkout -b master 788c695631e44de0a1d65ae8a3d52af6637a0eaa
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch winJava7

For no appearant reason, let's see if it is the batch or the git that is failing


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

Branch: refs/heads/master
Commit: e0e26e0c668d7a006be4055b2544fe7da733de34
Parents: c9260ff
Author: Stephen Connolly <[email protected]>
Authored: Mon Jan 2 00:53:37 2017 +0000
Committer: Stephen Connolly <[email protected]>
Committed: Mon Jan 2 00:53:37 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/e0e26e0c/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index cc02671..9abc3af 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,13 +76,13 @@ parallel linuxJava7:{
             dir('test') {
                 def WORK_DIR=pwd()
                 
git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git',
 branch: 'master')
-                batch "rmdir /s /q it-local-repo"
-                batch "del /q apache-maven-dist.zip"
-                unstash 'dist'
-                
withEnv(["PATH+MAVEN=$MAVEN_WIN_J7/bin","PATH+JDK=$JAVA_WIN_J7/bin"]) {
-                    batch "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'
-                }
+                //batch "rmdir /s /q it-local-repo"
+                //batch "del /q apache-maven-dist.zip"
+                //unstash 'dist'
+                
//withEnv(["PATH+MAVEN=$MAVEN_WIN_J7/bin","PATH+JDK=$JAVA_WIN_J7/bin"]) {
+                //    batch "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'
+                //}
             }
         }
     }, winJava8: {
@@ -92,13 +92,13 @@ parallel linuxJava7:{
             dir('test') {
                 def WORK_DIR=pwd()
                 
git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git',
 branch: 'master')
-                batch "rmdir /s /q it-local-repo"
-                batch "del /q apache-maven-dist.zip"
-                unstash 'dist'
-                
withEnv(["PATH+MAVEN=$MAVEN_WIN_J8/bin","PATH+JDK=$JAVA_WIN_J8/bin"]) {
-                    batch "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'
-                }
+                //batch "rmdir /s /q it-local-repo"
+                //batch "del /q apache-maven-dist.zip"
+                //unstash 'dist'
+                
//withEnv(["PATH+MAVEN=$MAVEN_WIN_J8/bin","PATH+JDK=$JAVA_WIN_J8/bin"]) {
+                //    batch "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