diff --git a/Jenkinsfile b/Jenkinsfile index fc29e5c3..ec4423fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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()