Вопрос

I've installed the gradle plugin on Jenkins, but whenever I try to run a gradle task, I get the error:

env: bash: No such file or directory

It's weird, I don't get this error when I run the same task from the terminal at the same location.

Any ideas?

Это было полезно?

Решение

Glenn essentially answered my question above in his comment. My PATH in Jenkins was different from my PATH from the terminal. I went and updated my /etc/launchd.conf file and added /bin to the PATH and Jenkins was able to find bash.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top