Skip to content

Commit dc010d5

Browse files
committed
HV-2057 Provide name/description explicitly when running Sonar analysis
1 parent dc2a9ae commit dc010d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ stage('Sonar analysis') {
367367
-Dsonar.organization=\${SONARCLOUD_ORGANIZATION} \
368368
-Dsonar.host.url=https://sonarcloud.io \
369369
-Dsonar.projectKey=hibernate_hibernate-validator \
370+
-Dsonar.projectName="Hibernate Validator" \
371+
-Dsonar.projectDescription="Hibernate Validator, declare and validate application constraints" \
370372
${helper.scmSource.pullRequest ? """ \
371373
-Dsonar.pullrequest.branch=${helper.scmSource.branch.name} \
372374
-Dsonar.pullrequest.key=${helper.scmSource.pullRequest.id} \

0 commit comments

Comments
 (0)