linux-tutorial/codes/deploy/tool/jenkins/README.md
2019-01-23 17:32:23 +08:00

12 lines
239 B
Markdown

# 安装 Jenkins
## 安装 Jenkins8
使用方法:
```sh
curl -o- https://raw.githubusercontent.com/dunwu/OS/master/codes/deploy/tool/jenkins/install-jenkins.sh | bash
```
脚本会下载解压 Jenkins 到 `/opt/jenkins` 路径下。