Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: credentials-plugin, workflow-durable-task-step-plugin
-
Labels:None
-
Environment:2.121.2
-
Similar Issues:
Description
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')])
}
Removing myself as assignee. My current work assignments do not provide sufficient bandwidth to review these issues and in the majority of cases I am only assigned by virtue of being the default assignee. For the credentials-api and scm-api related plugins I have permission to allocate time reviewing changes to these APIs themselves to ensure these APIs remain cohesive, but that can be handled through PR reviews rather than assigning issues in JIRA