bugfix jenkinsfile

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

4
Jenkinsfile vendored
View file

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