diff --git a/Jenkinsfile b/Jenkinsfile index 1d5f2a30a..e03811162 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,11 +17,11 @@ pipeline { } } } - } + } stage('Checkstyle') { steps { sh './mvnw checkstyle:checkstyle' - }s + } post { always { archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true