This is an automated email from the ASF dual-hosted git repository.

valdar pushed a commit to branch camel-kafka-connector-0.10.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 91354681d63d3a0ab2785f66d46bf6d59ed1811d
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Tue May 25 16:20:00 2021 +0200

    Changed maven test step targets in jenkinsfiles from isntall to verify.
---
 Jenkinsfile       | 2 +-
 Jenkinsfile.jdk11 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bfa1f1d..2caafb6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean install"
+                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean verify"
             }
             post {
                 always {
diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index d9312ad..a2e07e7 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -66,7 +66,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true 
-Dfailsafe.rerunFailingTestsCount=2 clean install"
+                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true 
-Dfailsafe.rerunFailingTestsCount=2 clean verify"
             }
             post {
                 always {

Reply via email to