-
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
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.