working hasGlobalAdminRole and prepare for Micrometer metrics with Spring Security #127

Merged
hsh-michaelhoennig merged 13 commits from feature/fix-hasGlobalAdminRole into master 2024-12-03 12:39:23 +01:00
Showing only changes of commit 013cbb8873 - Show all commits

5
Jenkinsfile vendored
View File

@ -76,7 +76,10 @@ pipeline {
sh ''' sh '''
./gradlew convertMarkdownToHtml ./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 // cleanup workspace
cleanWs() cleanWs()