Skip to content

Commit edd9704

Browse files
committed
HIB-140 Switch to access keys for develocity.commonhaus.dev
1 parent f6d3acf commit edd9704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void ciBuild(buildEnv, String args) {
220220

221221
// On untrusted nodes, we use the same access key as for PRs:
222222
// it has limited access, essentially it can only push build scans.
223-
def develocityCredentialsId = buildEnv.node ? 'ge.hibernate.org-access-key-pr' : 'ge.hibernate.org-access-key'
223+
def develocityCredentialsId = buildEnv.node ? 'develocity.commonhaus.dev-access-key-pr' : 'develocity.commonhaus.dev-access-key'
224224

225225
withCredentials([string(credentialsId: develocityCredentialsId,
226226
variable: 'DEVELOCITY_ACCESS_KEY')]) {
@@ -235,7 +235,7 @@ void ciBuild(buildEnv, String args) {
235235
tryFinally({
236236
sh "./ci/build.sh $args"
237237
}, { // Finally
238-
withCredentials([string(credentialsId: 'ge.hibernate.org-access-key-pr',
238+
withCredentials([string(credentialsId: 'develocity.commonhaus.dev-access-key-pr',
239239
variable: 'DEVELOCITY_ACCESS_KEY')]) {
240240
withGradle { // withDevelocity, actually: https://plugins.jenkins.io/gradle/#plugin-content-capturing-build-scans-from-jenkins-pipeline
241241
// Don't fail a build if publishing fails

0 commit comments

Comments
 (0)