Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top