1. 程式人生 > >使用Docker快速搭建Jenkins

使用Docker快速搭建Jenkins

one 訪問 dock oca 需要 build block pre clas

1.配置docker swarm環境

參考:https://www.cnblogs.com/yjb007/p/9669908.html

2.安裝Jenkins

yum update -y nss curl libcurl
mkdir -p /soft/
cd /soft/
git clone https://github.com/yjb007/jenkins.git
cd jenkins
sh build.sh
mkdir -p /srv/volume/jenkins
sh service.sh

3.訪問Jenkins: http://jenkins.local.com:8080

10.1.1.238 jenkins.local.com
#需要在hosts文件中綁定域名IP地址

使用Docker快速搭建Jenkins