Skip to content

Commit

Permalink
fix: enable sonar plugin config (#3196)
Browse files Browse the repository at this point in the history
  • Loading branch information
VonnyJap authored Sep 26, 2024
1 parent 0a5d214 commit 216e2c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,15 @@ webhooks:
maxBytes: 1048576 # 1MB

coverage:
default: true
# plugin: sonar
# sonar:
# sdApiUrl: https://api.screwdriver.cd
# sonarHost: https://sonar.screwdriver.cd
# adminToken: your-sonar-admin-token
# sdUiUrl: https://cd.screwdriver.cd
# sonarEnterprise: false
# sonarGitAppName: "Screwdriver Sonar PR Checks"
default: "false"
plugin: sonar
sonar:
sdApiUrl: https://api.screwdriver.cd
sonarHost: https://sonar.screwdriver.cd
adminToken: your-sonar-admin-token
sdUiUrl: https://cd.screwdriver.cd
sonarEnterprise: false
sonarGitAppName: "Screwdriver Sonar PR Checks"

multiBuildCluster:
# Enabled multi build cluster feature or not
Expand Down

0 comments on commit 216e2c5

Please sign in to comment.