We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c09c9 commit f84897cCopy full SHA for f84897c
1 file changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -42,7 +42,7 @@ pipeline:
42
spec:
43
shell: Sh
44
command: |-
45
- curl -u ${<+secrets.getValue('sonarqube_token')>}: -s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}'
+ curl -u ${<+secrets.getValue('sonarqube_token')>}: -s "https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}"
46
47
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
48
0 commit comments