We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b04f8f commit 4bb7730Copy full SHA for 4bb7730
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
- QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue(\'sonarqube_token\')> :\
+ QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue('sonarqube_token')> :\
47
-s \'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}\' \
48
| jq -r .projectStatus.status)
49
0 commit comments