当我尝试在我的小程序中运行Windows Powershell命令时,出现此错误。我不知道如何添加Powershell.exe?这是一个插件,我不知道它在哪里或如何使用。
[DeploymentTest] $ powershell.exe -NonInteractive -ExecutionPolicy ByPass "& '/tmp/jenkins8870821876113230026.ps1'"
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
。 。
Caused: java.io.IOException: Cannot run program "powershell.exe" (in directory "/var/lib/jenkins/workspace/DeploymentTest"): error=2, No such file or directory
答案 0 :(得分:0)
您正在Linux机器上运行它。请切换到Windows机器,因为您需要Windows才能运行Powershell。