Skip to content

Commit

Permalink
GITBOOK-162: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuii authored and gitbook-bot committed Oct 31, 2024
1 parent d0df4ff commit ad03627
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Binary file added .gitbook/assets/1730354496538.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@
## CICD

* [01、安装jenkins](cicd/01-an-zhuang-jenkins.md)
* [02、创建你的第一条pipeline](cicd/02-chuang-jian-ni-de-di-yi-tiao-pipeline.md)
16 changes: 16 additions & 0 deletions cicd/02-chuang-jian-ni-de-di-yi-tiao-pipeline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 02、创建你的第一条pipeline

## 什么是 jenkins

上一节我们安装好了 jenkins,这节课我们熟悉下什么是 pipeline。

Jenkins Pipeline(或简称“Pipeline”)是一套插件,支持在 Jenkins 中实施和集成_持续交付管道_

Jenkins Pipeline 提供了一组可扩展的工具,用于将简单到复杂的交付管道“作为代码”进行建模。 Jenkins Pipeline 的定义通常写入文本文件(称为`Jenkinsfile` ),然后将其嵌入项目的源码存储库。 

## 前置条件![](../.gitbook/assets/1730354496538.png)

我们需要安装 docker pipeline 插件,默认是已经安装了,你也可以去插件列表检查下。

<figure><img src="../.gitbook/assets/a788c2905fac586cca0b2e9ce61269b.png" alt=""><figcaption></figcaption></figure>

0 comments on commit ad03627

Please sign in to comment.