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 配置文件相关的
9090
9191# # 1. 安装插件
9292
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" />
94102
95103# # 2. 添加凭证
96104
@@ -117,7 +125,9 @@ docker compose down # 停止并删除与 Docker Compose 配置文件相关的
117125
118126<img src="./imgs/8.png" width="620" />
119127
120- # # 3. 添加构建选项,可以在构建前选择 `生产` 还是 `开发` 模式,在脚本中判断
128+ # # 3. 添加构建选项
129+
130+ 可以在构建前选择 `生产` 还是 `开发` 模式,在脚本中判断
121131
122132<img src="./imgs/9.png" width="620" />
123133
You can’t perform that action at this time.
0 commit comments