Skip to content

Commit e612919

Browse files
committed
Fix credentials ID for Develocity on Jenkins
1 parent f9d6e41 commit e612919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def withMavenWorkspace(Closure body) {
88
junitPublisher(disabled: true)
99
]) {
1010
// These credentials can only push reports.
11-
withCredentials([string(credentialsId: 'ge.hibernate.org-access-key-pr')]) {
11+
withCredentials([string(credentialsId: 'develocity.commonhaus.dev-access-key-pr')]) {
1212
withGradle { // withDevelocity, actually: https://plugins.jenkins.io/gradle/#plugin-content-capturing-build-scans-from-jenkins-pipeline
1313
body()
1414
}

0 commit comments

Comments
 (0)