Jenkins插件安装失败,PKIX path building failed

证书校验问题, 需要把https协议都改成http协议的地址

  1. 修改 jenkins数据目录中的hudson.model.UpdateCenter.xml值为:

    http://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
  2. 修改updates文件夹中的 default.json文件

    将所有的https://updates.jenkins.io/download替换为
    http://mirrors.tuna.tsinghua.edu.cn/jenkins
    
    替换文件中http://www.google.com为http://www.baidu.com
  3. 重启jenkins

你可能感兴趣的:(jenkins)