Hi, I have installed python 3.6 at /usr/local/ on CentOS7. Python script is
build script and able to run succesfully on teminal but not Jenkins.
How/where to specify in jenkins to execute python3.6 script.
In configure Job Under Build Execute shell it's specified as
python3.6 /root/jenkins/buildscripts/name.py

Output:

No emails were triggered.
$ /bin/sh -xe /tmp/jenkins739502728111804628.sh
+ python3.6 /root/jenkins/buildscripts/name.py
/tmp/jenkins739502728111804628.sh: line 2: python3.6: command not found
Build step 'Execute shell' marked build as failure


Pls let me know.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAC3KZS864iaaLaKVPC_hsSe_bqkt7AjACJm3PZg43a420g7Rgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to