File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ void ciBuild(buildEnv, String args) {
220
220
221
221
// On untrusted nodes, we use the same access key as for PRs:
222
222
// 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'
224
224
225
225
withCredentials([string(credentialsId : develocityCredentialsId,
226
226
variable : ' DEVELOCITY_ACCESS_KEY' )]) {
@@ -235,7 +235,7 @@ void ciBuild(buildEnv, String args) {
235
235
tryFinally({
236
236
sh " ./ci/build.sh $args "
237
237
}, { // Finally
238
- withCredentials([string(credentialsId : ' ge.hibernate.org -access-key-pr' ,
238
+ withCredentials([string(credentialsId : ' develocity.commonhaus.dev -access-key-pr' ,
239
239
variable : ' DEVELOCITY_ACCESS_KEY' )]) {
240
240
withGradle { // withDevelocity, actually: https://plugins.jenkins.io/gradle/#plugin-content-capturing-build-scans-from-jenkins-pipeline
241
241
// Don't fail a build if publishing fails
You can’t perform that action at this time.
0 commit comments