How do I get these variables into my powershell script from pipeline in in jenkins
I have the following pipeline script to get the current git tag that my multibranch pipeline has just checked out along with the current workspace. echo “TAG: ${TAG}” and echo “Workspace Path: ${workspacePath}” show me the correct git tag and path but I cannot get it into my powershell script.