bugfix jenkinsfile

This commit is contained in:
imateja 2023-12-11 13:38:42 +01:00
parent b2d8d00942
commit 5b3f086182

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
stage('Checkstyle') { stage('Checkstyle') {
steps { steps {
sh './mvnw checkstyle:checkstyle' sh './mvnw checkstyle:checkstyle'
}s }
post { post {
always { always {
archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true