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 093f5ed954c1ff4706c823203a7a26abe746aaf4
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Wed May 26 07:53:15 2021 +0200

    Polished jenkins pipeline.
---
 Jenkinsfile       | 8 +-------
 Jenkinsfile.jdk11 | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2caafb6..c5778ee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -58,13 +58,7 @@ pipeline {
            }
         }
 
-        stage('Build & Deploy') {
-            steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean"
-            }
-        }
-
-        stage('Test') {
+        stage('Build & iTest') {
             steps {
                 sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean verify"
             }
diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index a2e07e7..ba19738 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -58,13 +58,7 @@ pipeline {
            }
         }
 
-        stage('Build & Deploy') {
-            steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean 
install"
-            }
-        }
-
-        stage('Test') {
+        stage('Build & iTest') {
             steps {
                 sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true 
-Dfailsafe.rerunFailingTestsCount=2 clean verify"
             }

Reply via email to