reformat multi-artifact list

This commit is contained in:
Michael Hoennig 2024-12-03 07:16:30 +01:00
parent 013cbb8873
commit 80aee7c6f5

8
Jenkinsfile vendored
View File

@ -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()