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 80aee7c6f5 - Show all commits

8
Jenkinsfile vendored
View File

@ -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()