Skip to content

Commit 78d8c44

Browse files
committed
updating the credentials IDs for the dockerhub user for the build process
1 parent e677350 commit 78d8c44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Jenkinsfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pipeline {
273273
withCredentials([
274274
[
275275
$class: 'UsernamePasswordMultiBinding',
276-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
276+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
277277
usernameVariable: 'DOCKERUSER',
278278
passwordVariable: 'DOCKERPASS'
279279
]
@@ -301,7 +301,7 @@ pipeline {
301301
withCredentials([
302302
[
303303
$class: 'UsernamePasswordMultiBinding',
304-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
304+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
305305
usernameVariable: 'DOCKERUSER',
306306
passwordVariable: 'DOCKERPASS'
307307
]
@@ -372,7 +372,7 @@ pipeline {
372372
withCredentials([
373373
[
374374
$class: 'UsernamePasswordMultiBinding',
375-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
375+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
376376
usernameVariable: 'DOCKERUSER',
377377
passwordVariable: 'DOCKERPASS'
378378
]
@@ -403,7 +403,7 @@ pipeline {
403403
withCredentials([
404404
[
405405
$class: 'UsernamePasswordMultiBinding',
406-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
406+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
407407
usernameVariable: 'DOCKERUSER',
408408
passwordVariable: 'DOCKERPASS'
409409
]
@@ -430,7 +430,7 @@ pipeline {
430430
withCredentials([
431431
[
432432
$class: 'UsernamePasswordMultiBinding',
433-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
433+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
434434
usernameVariable: 'DOCKERUSER',
435435
passwordVariable: 'DOCKERPASS'
436436
]
@@ -473,7 +473,7 @@ pipeline {
473473
withCredentials([
474474
[
475475
$class: 'UsernamePasswordMultiBinding',
476-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
476+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
477477
usernameVariable: 'DOCKERUSER',
478478
passwordVariable: 'DOCKERPASS'
479479
]
@@ -500,7 +500,7 @@ pipeline {
500500
withCredentials([
501501
[
502502
$class: 'UsernamePasswordMultiBinding',
503-
credentialsId: 'c1701109-4bdc-4a9c-b3ea-480bec9a2ca6',
503+
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
504504
usernameVariable: 'DOCKERUSER',
505505
passwordVariable: 'DOCKERPASS'
506506
]

0 commit comments

Comments
 (0)