문제

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