From 5b3f086182bc04263b714cb351acac70e9dbaa65 Mon Sep 17 00:00:00 2001 From: imateja Date: Mon, 11 Dec 2023 13:38:42 +0100 Subject: [PATCH] bugfix jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d5f2a30a..e03811162 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,11 +17,11 @@ pipeline { } } } - } + } stage('Checkstyle') { steps { sh './mvnw checkstyle:checkstyle' - }s + } post { always { archiveArtifacts artifacts: '**/target/checkstyle-result.xml', allowEmptyArchive: true