From 13d9de5ced1c4614b9d0a48c03f9ddfa5a02af22 Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Mon, 27 Nov 2023 15:58:09 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {