jenkins to point to custom /usr/local path of python

2019-03-09 Thread Ivan Fernandez Calvo
You have to add /usr/local/bin or wherever you have the python 3.6 binary to the PATH environment variable of the user you use to connect from Jenkins -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece

jenkins to point to custom /usr/local path of python

2019-03-08 Thread Turaco mobile
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/buildscr