Repository: maven-surefire Updated Branches: refs/heads/master a5389cdc0 -> 514d04229
Jenkinsfile Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/514d0422 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/514d0422 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/514d0422 Branch: refs/heads/master Commit: 514d042290ac9ee6d49d8848a338f979cb77fe6f Parents: a5389cd Author: Tibor17 <[email protected]> Authored: Tue Aug 22 08:44:18 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Tue Aug 22 08:44:18 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/514d0422/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 0255a1c..bbbfe9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } steps { checkout scm - bat "mvn clean install jacoco:report -B -U -e -fae -V -P run-its,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false -Dintegration-test-port=8084 + bat "mvn clean install jacoco:report -B -U -e -fae -V -P run-its,jenkins -Dsurefire.useFile=false -Dfailsafe.useFile=false -Dintegration-test-port=8084" jacoco changeBuildStatus: false, execPattern: '**/*.exec' } post {
