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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new d3905e21da4 (chores) ci: fixed typo
d3905e21da4 is described below

commit d3905e21da4f1964b8844cdff2b36155fdb35d27
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jun 14 16:27:07 2022 +0200

    (chores) ci: fixed typo
---
 Jenkinsfile.s390x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 7c74e97ef13..a366cab6d1b 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -83,7 +83,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                // Skip the test case execution of modules which are either 
not supported on s390x or vendor images are not not available for s390x.
+                // Skip the test case execution of modules which are either 
not supported on s390x or vendor images are not available for s390x.
                 sh "./mvnw $MAVEN_PARAMS $MAVEN_TEST_PARAMS 
$MAVEN_TEST_LIMIT_PARAMS -Dmaven.test.failure.ignore=true 
-Dcheckstyle.skip=true verify -pl 
'!docs,!components/camel-kudu,!components/camel-djl,!components/camel-consul,!components/camel-pulsar,!components/camel-xmpp,!components/camel-google/camel-google-pubsub,!components/camel-hdfs,!components/camel-vertx/camel-vertx-kafka/camel-vertx-kafka-component,!components/camel-zookeeper,!components/camel-zookeeper-master'"
             }
             post {

Reply via email to