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 de80252 commit 9e34746Copy full SHA for 9e34746
Jenkinsfile
@@ -365,6 +365,8 @@ stage('Sonar analysis') {
365
-Dsonar.organization=\${SONARCLOUD_ORGANIZATION} \
366
-Dsonar.host.url=https://sonarcloud.io \
367
-Dsonar.projectKey=hibernate_hibernate-validator \
368
+ -Dsonar.projectName="Hibernate Validator" \
369
+ -Dsonar.projectDescription="Hibernate Validator, declare and validate application constraints" \
370
${helper.scmSource.pullRequest ? """ \
371
-Dsonar.pullrequest.branch=${helper.scmSource.branch.name} \
372
-Dsonar.pullrequest.key=${helper.scmSource.pullRequest.id} \
0 commit comments