File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ void ciBuild(buildEnv, String args) {
238
238
239
239
// On untrusted nodes, we use the same access key as for PRs:
240
240
// it has limited access, essentially it can only push build scans.
241
- def develocityCredentialsId = buildEnv. node ? ' ge.hibernate.org -access-key-pr' : ' ge.hibernate.org -access-key'
241
+ def develocityCredentialsId = buildEnv. node ? ' develocity.commonhaus.dev -access-key-pr' : ' develocity.commonhaus.dev -access-key'
242
242
243
243
withCredentials([string(credentialsId : develocityCredentialsId,
244
244
variable : ' DEVELOCITY_ACCESS_KEY' )]) {
@@ -253,7 +253,7 @@ void ciBuild(buildEnv, String args) {
253
253
tryFinally({
254
254
sh " ./ci/build.sh $args "
255
255
}, { // Finally
256
- withCredentials([string(credentialsId : ' ge.hibernate.org -access-key-pr' ,
256
+ withCredentials([string(credentialsId : ' develocity.commonhaus.dev -access-key-pr' ,
257
257
variable : ' DEVELOCITY_ACCESS_KEY' )]) {
258
258
withGradle { // withDevelocity, actually: https://plugins.jenkins.io/gradle/#plugin-content-capturing-build-scans-from-jenkins-pipeline
259
259
// Don't fail a build if publishing fails
Original file line number Diff line number Diff line change @@ -284,13 +284,13 @@ void runBuildOnNode(String label, Closure body) {
284
284
void ciBuild(buildEnv, String args) {
285
285
// On untrusted nodes, we use the same access key as for PRs:
286
286
// it has limited access, essentially it can only push build scans.
287
- def develocityCredentialsId = buildEnv.node ? 'ge.hibernate.org -access-key-pr' : 'ge.hibernate.org -access-key'
287
+ def develocityCredentialsId = buildEnv.node ? 'develocity.commonhaus.dev -access-key-pr' : 'develocity.commonhaus.dev -access-key'
288
288
289
289
ciBuild(develocityCredentialsId, args)
290
290
}
291
291
292
292
void ciBuild(String args) {
293
- ciBuild('ge.hibernate.org -access-key-pr', args)
293
+ ciBuild('develocity.commonhaus.dev -access-key-pr', args)
294
294
}
295
295
296
296
void ciBuild(String develocityCredentialsId, String args) {
You can’t perform that action at this time.
0 commit comments