Edit Jenkinsfile

This commit is contained in:
Viktoriia Karpenko 2024-12-11 17:08:44 +02:00
parent 916797136f
commit 277a954f1d

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage ('Checkstyle') { stage ('Checkstyle') {
steps { steps {
sh 'mvn checkstyle:checkstyle' sh 'mvn validate'
archiveArtifacts artifacts: 'target/checkstyle-report.xml', allowEmptyArchive: true archiveArtifacts artifacts: 'target/checkstyle-report.xml', allowEmptyArchive: true
} }
} }