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) {
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
You can’t perform that action at this time.
0 commit comments