-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
v2.12 Jenkins
v1.3 Powershell plugin
When attempting to dot source a powershell file from source control, I get the following message:
'.' is not recognized as an internal or external command, operable program or batch file.
I am attempting to source the file with:
. .\jones-tests\scripts\taskManager.ps1
[JENKINS-37385] Powershell plugin does not seem to support dot sourcing
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |
I removed the post-build action from my Jenkins job this morning. After re-adding the job, dot sourcing seems to work just fine.
This leads me to believe that my issue was actually user error.