在本地运行没有问题的python3脚本,在Jenkins调用时会报错:
jenkins shell cmd error info解决办法:
先找到PC上python3的路径,可以在eclipse或其他IDE上查看这个项目用的interpreter的路径:
PyDev Interperter在Jenkins的Configure System里面找到Global properties,添加一个环境变量,把python interpreter的路径加到Path环境变量中:
Jenkins configure system enviroment variables再次构建项目就不会报错了:
Success解决思路来自这2篇文章:
https://blog.csdn.net/u012928160/article/details/81132558
https://www.pianshen.com/article/3527212349/
网友评论