-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: credentials-binding-plugin
-
None
-
Environment:Jenkins v2.375
Credentials Binding Plugin v523.vd859a_4b_122e6
AKS Windows node
When using the following in a declarative pipeline:
Â
withCredentials([usernamePassword(credentialsId: 'nuget', usernameVariable: 'NUGET_USERNAME', passwordVariable: 'NUGET_PASSWORD')])
NUGET_PASSWORD=****set NUGET_USERNAME=nuget
Â
This looks like it is missing a new line between the two operations.