linux-tutorial/codes/deploy/tool/jenkins
2018-03-14 15:02:27 +08:00
..
install-jenkins.sh 🔖 jenkins 安装配置 2018-03-14 15:02:27 +08:00
README.md 🔖 jenkins 安装配置 2018-03-14 15:02:27 +08:00

安装 Jenkins

安装 Jenkins8

使用方法:

wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh
chmod -R 777 install-jenkins.sh
./install-jenkins.sh

脚本会下载解压 Jenkins 到 /opt/software/jenkins 路径下。