Skip to content

Commit

Permalink
Next sonarcloud try (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
azoitl committed Nov 13, 2023
1 parent c761a9d commit 2f9e0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {

stage('Build') {
steps {
withCredentials([file(credentialsId: 'SonarCloud token for gef', variable: 'SONARCLOUD_TOKEN')]) {
withCredentials([file(credentialsId: 'SonarCloud-token-for-gef', variable: 'SONARCLOUD_TOKEN')]) {
withSonarQubeEnv(installationName: 'sonar server', envOnly:false){
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh '''
Expand Down

0 comments on commit 2f9e0b6

Please sign in to comment.