Skip to content

Commit 239180e

Browse files
committed
链接改进
1 parent 401264a commit 239180e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

jenkins/jenkins_using/jenkins_pipeline_flow.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ git仓库采用的是gitlab
55
![](images/jenkins_pipeline/gitlab_project_jenkinsfile_create.png)
66
* 本地创建代码库
77
![](images/jenkins_pipeline/local_jenkinsfile_repo.png)
8+
* 使用Pipeline Syntax
9+
![](images/jenkins_pipeline/git_pipeline_syntax.png)
810
* 创建文件`Jenkinsfile`,输入下面的内容
911
<pre><code>
1012
node {
@@ -20,8 +22,7 @@ node {
2022

2123
}
2224
</code></pre>
23-
* 使用Pipeline Syntax
24-
![](images/jenkins_pipeline/git_pipeline_syntax.png)
25+
2526
* 创建job
2627
![](images/jenkins_pipeline/jenkins_pipeline_create.png)
2728
* Jenkins中pipeline-test中Pipeline设置

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Cloudy的博客](https://hexiaoyun128.github.io/cloudy-blog/) #
22

3-
## [Docker 学习和进阶](docker/index.md) ##
3+
## [Docker 学习和进阶](docker/base/index.md) ##
44
docker学习和应用操作记录
55

66
## [Jenkins 学习和进阶](jenkins/index.md) ##

0 commit comments

Comments
 (0)