Skip to content

Commit a86d2a9

Browse files
committed
Update pipeline python-client
1 parent 99a155e commit a86d2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ pipeline:
4848
if [ "<+codebase.prNumber>" != "" ]; then
4949
echo "Pull Request Analysis"
5050
sonar-scanner -X \
51+
-Dsonar.host.url=https://sonar.harness.io \
5152
-Dsonar.projectKey=python-client \
5253
-Dsonar.scanner.skipJreProvisioning=true \
5354
#-Dsonar.sources=. \
54-
-Dsonar.host.url="https://sonar.harness.io" \
5555
-Dsonar.token=<+secrets.getValue('sonarqube-token')> \
5656
-Dsonar.pullrequest.key=<+codebase.prNumber> \
5757
-Dsonar.pullrequest.branch=<+codebase.sourceBranch> \

0 commit comments

Comments
 (0)