Is it possible to call a PowerShell command directly in the pipelines groovy script? While using custom jobs in Jenkins I am able to call the command with the PowerShell Plu
Calling PowerShell scripts is now supported with powershell step as announced on Jenkins blog.
powershell
The documentation mentions it supports multiple lines scripts.