Executing powershell command directly in jenkins pipeline

后端 未结 4 1815
闹比i
闹比i 2020-12-05 03:15

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

4条回答
  •  离开以前
    2020-12-05 04:15

    Calling PowerShell scripts is now supported with powershell step as announced on Jenkins blog.

    The documentation mentions it supports multiple lines scripts.

提交回复
热议问题