archive dependencies-without-allowed-license.json

This commit is contained in:
Michael Hoennig 2024-12-03 07:13:00 +01:00
parent 12ddbb6c87
commit 013cbb8873

5
Jenkinsfile vendored
View File

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