We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd617fa commit 6cb30c7Copy full SHA for 6cb30c7
1 file changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -43,7 +43,7 @@ pipeline:
43
shell: Sh
44
command: |-
45
# Get SonarQube quality gate status
46
- curl -u <+secrets.getValue("sonarqube_token")>: \
+ curl -u <+secrets.getValue('sonarqube_token')>: \
47
-s "https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}"
48
49
curl -u <+secrets.getValue('sonarqube_token')>: -s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}' | jq -r .projectStatus.status
0 commit comments