We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2a9ae commit dc010d5Copy full SHA for dc010d5
Jenkinsfile
@@ -367,6 +367,8 @@ stage('Sonar analysis') {
367
-Dsonar.organization=\${SONARCLOUD_ORGANIZATION} \
368
-Dsonar.host.url=https://sonarcloud.io \
369
-Dsonar.projectKey=hibernate_hibernate-validator \
370
+ -Dsonar.projectName="Hibernate Validator" \
371
+ -Dsonar.projectDescription="Hibernate Validator, declare and validate application constraints" \
372
${helper.scmSource.pullRequest ? """ \
373
-Dsonar.pullrequest.branch=${helper.scmSource.branch.name} \
374
-Dsonar.pullrequest.key=${helper.scmSource.pullRequest.id} \
0 commit comments