|
@ -21,7 +21,7 @@ pipeline { |
|
|
|
|
|
|
|
|
stage('Prepare SonarQube') { |
|
|
stage('Prepare SonarQube') { |
|
|
steps { |
|
|
steps { |
|
|
withSonarQubeEnv(installationName: 'SonarQube', credentialsId: 'rcon') { |
|
|
withSonarQubeEnv(installationName: 'SonarQube', credentialsId: '4cdfb484-a052-41be-8739-3e1c232b5f38') { |
|
|
sh '/opt/sonar-scanner/bin/sonar-scanner' |
|
|
sh '/opt/sonar-scanner/bin/sonar-scanner' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|