jenkins安装
1.jenkins安装
1.)docker安装
docker run --name devops-jenkins --user=root -p 8080:8080 -p 50000:50000 -v /opt/data/jenkins_home:/var/jenkins_home -d jenkins/jenkins:lts
//registry安装
docker run --name devops-registry -p 5000:5000 -v /opt/devdata/registry:/var/lib/registry -d registry
2.)测试访问
首先访问 http://127.0.0.1:50000/ 获取到server IP
然后通过serverIp:端口进行初始化
初始密码,可以通过docker logs [containerId] 进行查看,或者docker logs devops-jenkins 查看
3.)配置国内镜像源
进入Jenkins后台 Manage Jenkins ( 系统管理 )—> Manage Plugins (插件管理)—>Advanced(高级)—>修改Update Site(升级站点):
https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
4.)离线插件下载
https://mirrors.tuna.tsinghua.edu.cn/jenkins/plugins/ //国内下载
https://plugins.jenkins.io/
http://updates.jenkins-ci.org/download/plugins/
相关链接
【励志篇】:
古之成大事掌大学问者,不惟有超世之才,亦必有坚韧不拔之志。