我创建了一个新文件并在不同阶段运行gocd pipeline
三个文件。shell script
问题是 go 代理不知道npm
。
Note:
我使用 go agent 在机器上安装了 npm,并从管道手动运行 shell 脚本。
这是我安装软件包的 shell 脚本。
#!/bin/sh
npm install
错误:
01:34:43.674 [go] Start to execute task: <exec command="./install.sh" />.
01:34:43.680 ./install.sh: line 3: npm: command not found
01:34:43.814 [go] Current job status: failed.