Skip to content

Commit

Permalink
ci(generated): disable SQ debug
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.87.0
- Specification version 1.0.0-dev0.1.6
- Automation (cloudant-sdks) version 6f89527

Signed-off-by: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com>
  • Loading branch information
cloudant-sdks-automation authored and ricellis committed Mar 26, 2024
1 parent e288d5d commit 2aa4080
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 @@ -264,7 +264,7 @@ void defaultInit() {

scanCode = {
withSonarQubeEnv(installationName: 'SonarQubeServer') {
sh "${scannerHome}/bin/sonar-scanner -X -Dsonar.qualitygate.wait=true -Dsonar.projectKey=cloudant-${libName}-sdk -Dsonar.branch.name=${env.BRANCH_NAME} -Dsonar.exclusions=examples/**"
sh "${scannerHome}/bin/sonar-scanner -Dsonar.qualitygate.wait=true -Dsonar.projectKey=cloudant-${libName}-sdk -Dsonar.branch.name=${env.BRANCH_NAME} -Dsonar.exclusions=examples/**"
}
}
}
Expand Down

0 comments on commit 2aa4080

Please sign in to comment.