修改成清华镜像站
清华镜像站网址
https://mirrors.tuna.tsinghua.edu.cn/
https://www.cnblogs.com/ninefish/p/9818080.html
https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
https://jenkins.pentaq.com/pluginManager/advanced
docker中运行jenkins
##/bin/bash
docker run \
--rm \
--name jenkins-tutorials \
-u root \
-p 17780:8080 \
-v jenkins-data:/var/jenkins_home \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$HOME":/home \
jenkinsci/blueocean

