We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb7730 commit d3b27ffCopy full SHA for d3b27ff
1 file changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -44,7 +44,7 @@ pipeline:
44
command: |-
45
# Get SonarQube quality gate status
46
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>}\' \
+ -s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}' \
48
| jq -r .projectStatus.status)
49
50
echo "QUALITY_GATE_STATUS: $QUALITY_GATE_STATUS"
0 commit comments