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') {
steps {
sh './mvnw checkstyle:checkstyle'
}s
}
post {
always {
archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true