Add GUID to items
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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) {
|
||||
|
Reference in New Issue
Block a user