美文网首页
1.1 Jenkins遇到的ModuleNotFoundErro

1.1 Jenkins遇到的ModuleNotFoundErro

作者: yywfy的昵称 | 来源:发表于2020-11-26 11:34 被阅读0次

    在本地运行没有问题的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/

    相关文章

      网友评论

          本文标题:1.1 Jenkins遇到的ModuleNotFoundErro

          本文链接:https://www.haomeiwen.com/subject/ptwniktx.html