-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0df4ff
commit ad03627
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|