linux-tutorial/codes/linux/ops/service/jenkins/README.md

12 lines
244 B
Markdown
Raw Normal View History

2018-03-14 15:02:27 +08:00
# 安装 Jenkins
## 安装 Jenkins8
使用方法:
```sh
2019-02-22 11:34:34 +08:00
curl -o- https://github.com/dunwu/os-tutorial/blob/master/codes/linux/ops/service/jenkins/install-jenkins.sh | bash
2018-03-14 15:02:27 +08:00
```
2018-09-29 10:16:24 +08:00
脚本会下载解压 Jenkins 到 `/opt/jenkins` 路径下。