A GoCD plugin that executes PowerShell Script
This is a task plug-in plugin for GoCD to execute PowerShell script on GoCD agent
Just drop task.powershell.(version).jar into plugins/external directory and restart GoCD. More details here
Define error action preference for script execution. It will inject following script into head of script content:
$script:ErrorActionPreference = [System.Management.Automation.ActionPreference]::<Stop/SilentlyContinue/Continue/Ignore...>
Content of script to execute. Content in this text area will be created as temporary PowerShell script file, and then be executed.
CPU Architecture to run Powershell command