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 ''' sh '''
./gradlew convertMarkdownToHtml ./gradlew convertMarkdownToHtml
''' '''
archiveArtifacts artifacts: ' archiveArtifacts artifacts:
build/doc/scenarios/*.html, 'build/doc/scenarios/*.html, ' +
build/reports/dependency-license/dependencies-without-allowed-license.json 'build/reports/dependency-license/dependencies-without-allowed-license.json',
', allowEmptyArchive: true allowEmptyArchive: true
// cleanup workspace // cleanup workspace
cleanWs() cleanWs()