Skip to content

Commit

Permalink
GITBOOK-174: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuii authored and gitbook-bot committed Nov 4, 2024
1 parent d1431e3 commit 2f3bc76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

## CICD

* [01、安装jenkins](cicd/01-an-zhuang-jenkins.md)
* [01、安装 jenkins](cicd/01-an-zhuang-jenkins.md)
* [02、创建你的第一条pipeline](cicd/02-chuang-jian-ni-de-di-yi-tiao-pipeline.md)
* [03、pipeline 入门](cicd/03pipeline-ru-men.md)
* [04、使用 jenkinsfile](cicd/04-shi-yong-jenkinsfile.md)
Expand Down
4 changes: 2 additions & 2 deletions cicd/01-an-zhuang-jenkins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 01、安装jenkins
# 01、安装 jenkins

## 介绍

Expand All @@ -19,7 +19,7 @@ jenkins 是最老牌功能最全的devops平台,适合市面上99%的场景,

Jenkins 是使用 Java 编程语言开发的,在您需要安装 Jenkins 之前,您需要在要安装 Jenkins 的系统上安装 Java。Jenkins 支持在 linux 、windows、macos 上运行。

由于 Jenkins 官方也提供了 Docker 安装文档版,这种安装方式更加简单,所以本节教程我们使用 Docker 来安装,打开官网安装文档:[https://www.jenkins.io/doc/book/installing/docker/](https://www.jenkins.io/doc/book/installing/docker/) 
由于 Jenkins 官方也提供了 Docker 安装文档版,这种安装方式更加简单,所以本节教程我们使用 Docker 来安装,打开官网安装文档:[https://www.jenkins.io/doc/book/installing/docker/](https://www.jenkins.io/doc/book/installing/docker/) ,按照官方安装说明安装即可。

### 软件运行所需资源

Expand Down

0 comments on commit 2f3bc76

Please sign in to comment.