Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Jenkins 上安装了 gradle 插件,但是每当我尝试运行 gradle 任务时,我都会收到错误消息:
env: bash: No such file or directory
很奇怪,当我从终端在同一位置运行同一任务时,我没有收到此错误。
有任何想法吗?
格伦在他的评论中基本上回答了我上面的问题。我在 Jenkins 中的 PATH 与我在终端中的 PATH 不同。我去更新了我的 /etc/launchd.conf 文件并将 /bin 添加到 PATH 并且 Jenkins 能够找到 bash。