Skip to content

Commit 7ec177d

Browse files
committed
jenkins
1 parent d6c5263 commit 7ec177d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

markdown-file/Jenkins-Install-And-Settings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,16 @@ pipeline {
318318
319319
```
320320

321+
#### 同时构建其他 Job
322+
323+
```
324+
stage('运行其他任务') {
325+
steps {
326+
build job: '任务名称'
327+
}
328+
}
329+
```
330+
321331

322332
-------------------------------------------------------------------
323333

0 commit comments

Comments
 (0)