reformat multi-artifact list
This commit is contained in:
parent
013cbb8873
commit
80aee7c6f5
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user