From 389972c9779387a038329ed6d67a9257568c0e26 Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Tue, 28 Nov 2023 10:17:39 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1079b5593..1fcb7e59f 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') {