diff --git a/Jenkinsfile b/Jenkinsfile index 1914332e5..a1f21db4c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Checkstyle') { steps { sh 'mvn checkstyle:checkstyle' - archiveArtifacts artifacts: 'target/checkstyle-result.html', onlyIfSuccessful: true + archiveArtifacts artifacts: 'checkstyle-result.html', onlyIfSuccessful: true } } stage('Tests') {