Skip to content

Commit

Permalink
ci: disable SQ debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Feb 7, 2024
1 parent 4e8f6ff commit 56d1643
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 @@ -250,7 +250,7 @@ pipeline {
script {
def scannerHome = tool 'SonarQubeScanner';
withSonarQubeEnv(installationName: 'SonarQubeServer') {
sh "${scannerHome}/bin/sonar-scanner -X -Dsonar.qualitygate.wait=true -Dsonar.projectKey=couchbackup -Dsonar.branch.name=${env.BRANCH_NAME}"
sh "${scannerHome}/bin/sonar-scanner -Dsonar.qualitygate.wait=true -Dsonar.projectKey=couchbackup -Dsonar.branch.name=${env.BRANCH_NAME}"
}
}
}
Expand Down

0 comments on commit 56d1643

Please sign in to comment.