diff --git a/Jenkinsfile b/Jenkinsfile index 85ec4b570..ee86f92b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stage('Checkstyle') { steps { sh 'export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64' + sh 'mvn checkstyle:checkstyle' archiveArtifacts artifacts: 'checkstyle-result.html', onlyIfSuccessful: true } }