Add GUID to items

This commit is contained in:
2023-11-30 18:29:10 +01:00
parent fbeb1b31d9
commit 47e47236ab
2 changed files with 7 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -36,6 +36,7 @@ pipeline {
}
}
}
// For this to work, edit sonar-scanner script to set use_embedded_jre=false
stage('SonarQube Analysis') {
steps {
withSonarQubeEnv(installationName: 'SQ Bib Watcher', envOnly: true) {