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 '''
|
sh '''
|
||||||
./gradlew convertMarkdownToHtml
|
./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
|
// cleanup workspace
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
Loading…
Reference in New Issue
Block a user