-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.387.1
Job DSL 1.82
Credentials Binding Plugin 523.vd859a_4b_122e6
When defining multiple usernamePassword pairs to be set from credentials only the last one is actually configured in the job.
wrappers { credentialsBinding { usernamePassword("USER1", "PASS1", "credential1") usernamePassword("USER2", "PASS2", "credential2") } }
Since the UI when manually configuring a job offers the ability to add multiple items I would expect all of them to be configured in the job, not just the last one.
[JENKINS-70835] Last credentialsBinding usernamePassword overrides the others instead of adding to list
Attachment | New: image-2023-05-03-06-46-19-386.png [ 60356 ] |
Attachment | New: image-2023-05-03-06-48-06-642.png [ 60357 ] |
Attachment | New: image-2023-05-03-06-48-21-686.png [ 60358 ] |
Attachment | New: image-2023-05-03-06-49-20-691.png [ 60359 ] |
Attachment | New: image-2023-05-03-06-49-49-527.png [ 60360 ] |