Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 95438af

Browse files
committed
Changed to use same creds as public Jenkins
Signed-off-by: Zuhayr Elahi <[email protected]>
1 parent 8c5c7b3 commit 95438af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.baguette

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pipeline {
6262
}
6363
steps {
6464
withCredentials([
65-
usernamePassword(credentialsId: 'orcaeng-hub.docker.com', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWORD'),
65+
usernamePassword(credentialsId: 'dockerbuildbot-hub.docker.com', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWORD'),
6666
string(credentialsId: 'fossa-api-key', variable: 'FOSSA_API_KEY')
6767
]) {
6868
dir('src/github.com/docker/app') {

0 commit comments

Comments
 (0)