Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-27 15:58:09 +02:00 committed by GitHub
parent 756994dcb6
commit 13d9de5ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Checkstyle') { stage('Checkstyle') {
steps { steps {
sh 'mvn checkstyle:checkstyle' sh 'mvn checkstyle:checkstyle'
archiveArtifacts artifacts: 'target/checkstyle-result.html', onlyIfSuccessful: true archiveArtifacts artifacts: 'checkstyle-result.html', onlyIfSuccessful: true
} }
} }
stage('Tests') { stage('Tests') {