Skip to content

Commit 9e34746

Browse files
committed
HV-2057 Provide name/description explicitly when running Sonar analysis
1 parent de80252 commit 9e34746

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
@@ -365,6 +365,8 @@ stage('Sonar analysis') {
365365
-Dsonar.organization=\${SONARCLOUD_ORGANIZATION} \
366366
-Dsonar.host.url=https://sonarcloud.io \
367367
-Dsonar.projectKey=hibernate_hibernate-validator \
368+
-Dsonar.projectName="Hibernate Validator" \
369+
-Dsonar.projectDescription="Hibernate Validator, declare and validate application constraints" \
368370
${helper.scmSource.pullRequest ? """ \
369371
-Dsonar.pullrequest.branch=${helper.scmSource.branch.name} \
370372
-Dsonar.pullrequest.key=${helper.scmSource.pullRequest.id} \

0 commit comments

Comments
 (0)