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 814ac5bdcf7 (chores) ci: remove the checkstyle stage (#10982)
814ac5bdcf7 is described below

commit 814ac5bdcf750ee952aa229d10b08c187dd3e55e
Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com>
AuthorDate: Fri Aug 4 08:09:50 2023 +0200

    (chores) ci: remove the checkstyle stage (#10982)
---
 Jenkinsfile.jdk17   | 6 ------
 Jenkinsfile.ppc64le | 6 ------
 Jenkinsfile.s390x   | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index a04c9349957..1258745eabf 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -62,12 +62,6 @@ pipeline {
             }
         }
 
-        stage('Checks') {
-            steps {
-                sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Psourcecheck 
-Dcheckstyle.failOnViolation=false checkstyle:check"
-            }
-        }
-
         stage('Code Quality Review') {
             steps {
                 withCredentials([string(credentialsId: 'apache-camel-core', 
variable: 'SONAR_TOKEN')]) {
diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 8c85a8fd7d3..1386e00a051 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -71,12 +71,6 @@ pipeline {
             }
         }
 
-        stage('Checks') {
-            steps {
-                sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Psourcecheck 
-Dcheckstyle.failOnViolation=false checkstyle:check"
-            }
-        }
-
         stage('Test') {
             steps {
                 timeout(unit: 'HOURS', time: 7) {
diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index a505ae8e571..29078da42cb 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -71,12 +71,6 @@ pipeline {
             }
         }
 
-        stage('Checks') {
-            steps {
-                sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip -Psourcecheck 
-Dcheckstyle.failOnViolation=false checkstyle:check"
-            }
-        }
-
         stage('Test') {
             steps {
                 timeout(unit: 'HOURS', time: 7) {

Reply via email to