File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,15 @@ docker compose down # 停止并删除与 Docker Compose 配置文件相关的
90
90
91
91
# # 1. 安装插件
92
92
93
- - [Git Parameter Plug-In](https://plugins.jenkins.io/git-parameter) 支持在 CI 上自动加载仓库分支
93
+ [Git Parameter Plug-In](https://plugins.jenkins.io/git-parameter) 支持在 CI 上自动加载仓库分支
94
+
95
+ <img src="./imgs/0-1.png" width="620" />
96
+
97
+ <img src="./imgs/0-2.png" width="620" />
98
+
99
+ 在 `Manage Jenkins` -> `System` 中设置 `Git Parameter`
100
+
101
+ <img src="./imgs/0-3.png" width="620" />
94
102
95
103
# # 2. 添加凭证
96
104
@@ -117,7 +125,9 @@ docker compose down # 停止并删除与 Docker Compose 配置文件相关的
117
125
118
126
<img src="./imgs/8.png" width="620" />
119
127
120
- # # 3. 添加构建选项,可以在构建前选择 `生产` 还是 `开发` 模式,在脚本中判断
128
+ # # 3. 添加构建选项
129
+
130
+ 可以在构建前选择 `生产` 还是 `开发` 模式,在脚本中判断
121
131
122
132
<img src="./imgs/9.png" width="620" />
123
133
You can’t perform that action at this time.
0 commit comments