Why does this work :
powershell returnStatus: true, script: ".\\runCCMGeneric.ps1"
but this doesn't
powershell returnStatus: true, script: ".\\runCCMGeneric.ps1 HMLTCCM HMLSJARI load SystemTest multiple HMLTCCM getPatches"
What syntax should I be using to call a PoSh script with multiple parameters from a Jenkins pipeline?
Thanks