Repository: maven-surefire
Updated Branches:
  refs/heads/master 728b4ab42 -> 944c08d70


I forgot to actually invoke maven


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

Branch: refs/heads/master
Commit: 944c08d7005863899203aa67e2b2aedb533f44a1
Parents: 728b4ab
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Sun Mar 12 21:39:00 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Sun Mar 12 21:39:00 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/944c08d7/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 7a73b6b..854f959 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
                 jdk 'JDK 1.8.0_102'
             }
             steps {
-                sh 'clean install jacoco:report -B -U -e -fae -V 
-Prun-its,embedded,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false 
-Dintegration-test-port=8084'
+                sh 'mvn clean install jacoco:report -B -U -e -fae -V 
-Prun-its,embedded,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false 
-Dintegration-test-port=8084'
             }
             post {
                 success {
@@ -26,7 +26,7 @@ pipeline {
                 jdk 'JDK 1.8_121 (Windows Only)'
             }
             steps {
-                bat 'clean install jacoco:report -B -U -e -fae -V 
-Prun-its,embedded,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false 
-Dintegration-test-port=8084'
+                bat 'mvn clean install jacoco:report -B -U -e -fae -V 
-Prun-its,embedded,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false 
-Dintegration-test-port=8084'
             }
             post {
                 success {

Reply via email to