diff --git a/Jenkinsfile b/Jenkinsfile index ec4423fe..9b569801 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,10 +76,10 @@ pipeline { sh ''' ./gradlew convertMarkdownToHtml ''' - archiveArtifacts artifacts: ' - build/doc/scenarios/*.html, - build/reports/dependency-license/dependencies-without-allowed-license.json - ', allowEmptyArchive: true + archiveArtifacts artifacts: + 'build/doc/scenarios/*.html, ' + + 'build/reports/dependency-license/dependencies-without-allowed-license.json', + allowEmptyArchive: true // cleanup workspace cleanWs()