-
Task
-
Resolution: Done
-
Trivial
-
None
-
RHEL 7.2
Hi,
I have RHEL env on which Jenkins is installed as well as NodeJS. I have the node file located in /usr/local/bin.. but when I give this same path in the NodeJS installation path of Jenkins Configure Tool section, it fails when I run the job, below is the error:
ERROR: Couldn't find any executable in "/usr/local/bin/"
Finished: FAILURE
Please tell me what path needs to be given in Jenkins for NodeJS as in windows we have .exe location, in linux I could only find the location for my node as :
whereis node
node: /usr/bin/node /usr/local/bin/node