File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 知识大纲
44
5- * [ Jenkins 介绍] ( jenkins-introduction .md )
5+ * [ Jenkins 介绍] ( jenkins-quickstart .md )
66* 快速指南(quickstart)
77* 基础篇(basics)
88 * 环境(environment)
Original file line number Diff line number Diff line change 1414
1515即 Continuous Deployment。持续部署则是在持续交付的基础上,把部署到生产环境的过程自动化。
1616
17- ## 关键字
17+ ## 一般条款
1818
1919### Agent
2020
@@ -110,4 +110,4 @@ stage是Pipeline的一部分,用于定义整个Pipeline的概念上不同的
110110
111111### Workspace
112112
113- Noede文件系统上的一次性目录, 可以由Pipeline或项目完成工作。在Build或 Pipeline运行完成后,工作区通常会保留原样,除非在Jenkins Master上已经设置了特定的Workspace清理策略。
113+ Noede文件系统上的一次性目录, 可以由Pipeline或项目完成工作。在Build或 Pipeline运行完成后,工作区通常会保留原样,除非在Jenkins Master上已经设置了特定的Workspace清理策略。
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Jenkins 快速指南
2+
3+ ## Pipeline
4+
5+ [ Pipeline] ( https://jenkins.io/doc/book/pipeline/ ) 是一套插件,用来支持在 Jenkins 中实现和集成持续交付通道。
6+
7+ 持续交付渠道是您从软件版本控制到用户和客户流程的自动化表达。
8+
9+ Pipeline 提供了一组可扩展的工具,通过 [ Pipeline DSL] ( https://jenkins.io/doc/book/pipeline/syntax ) 将“简单到复杂”的交付管道“作为代码”建模。
10+
11+ ## Jenkinsfile
12+
13+ Jenkins Pipeline 的定义通常写入一个文本文件,称为 Jenkinsfile,该文件又被检入到项目的源代码控制库中。
You can’t perform that action at this time.
0 commit comments