This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.25.x by this push:
new 86c5e51 Remove checkstyle check in Jenkinsfile (#4059)
86c5e51 is described below
commit 86c5e5150b9a604bd6deeb9c9301a04ec7068898
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jul 31 06:48:30 2020 +0200
Remove checkstyle check in Jenkinsfile (#4059)
---
Jenkinsfile | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a34301d..97f1bf6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,11 +66,6 @@ pipeline {
steps {
sh "./mvnw $MAVEN_PARAMS -Psourcecheck
-Dcheckstyle.failOnViolation=false checkstyle:check"
}
- post {
- always {
- checkstyle pattern: '**/checkstyle-result.xml',
canRunOnFailed: true
- }
- }
}
stage('Test') {