working hasGlobalAdminRole and prepare for Micrometer metrics with Spring Security #127
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -76,10 +76,10 @@ pipeline {
|
|||||||
sh '''
|
sh '''
|
||||||
./gradlew convertMarkdownToHtml
|
./gradlew convertMarkdownToHtml
|
||||||
'''
|
'''
|
||||||
archiveArtifacts artifacts: '
|
archiveArtifacts artifacts:
|
||||||
build/doc/scenarios/*.html,
|
'build/doc/scenarios/*.html, ' +
|
||||||
build/reports/dependency-license/dependencies-without-allowed-license.json
|
'build/reports/dependency-license/dependencies-without-allowed-license.json',
|
||||||
', allowEmptyArchive: true
|
allowEmptyArchive: true
|
||||||
|
|
||||||
// cleanup workspace
|
// cleanup workspace
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
Loading…
Reference in New Issue
Block a user