-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
2.121.2
When running a step with credentials and powershell, powershell does not retrieve the variables properly, shows as empty / null. In the same step, using batch function, the variable shows.
steps {
withCredentials([string(credentialsId: 'testvar', variable: 'test')])
}