archive dependencies-without-allowed-license.json
This commit is contained in:
parent
12ddbb6c87
commit
013cbb8873
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -76,7 +76,10 @@ pipeline {
|
||||
sh '''
|
||||
./gradlew convertMarkdownToHtml
|
||||
'''
|
||||
archiveArtifacts artifacts: 'doc/scenarios/*.html', 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