|
@ -23,7 +23,6 @@ pipeline { |
|
|
steps { |
|
|
steps { |
|
|
withSonarQubeEnv(installationName: 'SonarQube', credentialsId: '4cdfb484-a052-41be-8739-3e1c232b5f38') { |
|
|
withSonarQubeEnv(installationName: 'SonarQube', credentialsId: '4cdfb484-a052-41be-8739-3e1c232b5f38') { |
|
|
sh '/opt/sonar-scanner/bin/sonar-scanner -Dsonar.projectKey=rcon' |
|
|
sh '/opt/sonar-scanner/bin/sonar-scanner -Dsonar.projectKey=rcon' |
|
|
waitForQualityGate(credentialsId: '4cdfb484-a052-41be-8739-3e1c232b5f38') |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|