From 80aee7c6f532f4a64a82428c2fce1f7459dabe55 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 3 Dec 2024 07:16:30 +0100 Subject: [PATCH] reformat multi-artifact list --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ec4423fe..9b569801 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,10 +76,10 @@ pipeline { sh ''' ./gradlew convertMarkdownToHtml ''' - archiveArtifacts artifacts: ' - build/doc/scenarios/*.html, - build/reports/dependency-license/dependencies-without-allowed-license.json - ', allowEmptyArchive: true + archiveArtifacts artifacts: + 'build/doc/scenarios/*.html, ' + + 'build/reports/dependency-license/dependencies-without-allowed-license.json', + allowEmptyArchive: true // cleanup workspace cleanWs()