gpt4 book ai didi

powershell - 如何在 Jenkins 中将 PowerShell 脚本作为作业运行

转载 作者:行者123 更新时间:2023-12-02 22:25:43 26 4
gpt4 key购买 nike

这听起来是一个简单的问题,但是我在网上查了之后却无法解决。我基本上想在 Jenkins 中执行 PowerShell 脚本(例如 script.ps1)并报告成功/失败。

尝试 1:作为“执行 Windows 批处理命令”运行以下内容

powershell -File c:\scripts\script.ps1

这会按预期启动,但几秒钟后就会退出。

尝试 2:作为“执行 Windows 批处理命令”运行以下内容

powershell -NoExit -File c:\scripts\script.ps1

这会成功运行整个脚本,但它永远不会停止。我必须手动中止脚本。

最佳答案

嗯,有一个 PowerShell插件,无论如何它都会包装外壳。我在我的服务器上使用它,以标准表示法执行脚本:

powershell -File test001.ps1

它的工作没有任何怪癖。

关于powershell - 如何在 Jenkins 中将 PowerShell 脚本作为作业运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10452905/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com