diff --git a/Jenkinsfile b/Jenkinsfile index 03ef475af..39d718800 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage ('Checkstyle') { steps { - sh 'mvn checkstyle:checkstyle' + sh 'mvn validate' archiveArtifacts artifacts: 'target/checkstyle-report.xml', allowEmptyArchive: true } }