From 013cbb88735c47035a497319b17dedce822b5d69 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 3 Dec 2024 07:13:00 +0100 Subject: [PATCH] archive dependencies-without-allowed-license.json --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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()