limit concurrency of pipelines
This commit is contained in:
parent
59fe2784b1
commit
d5bca2c89f
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
concurrency:
|
||||
limit: 1
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
|
@ -36,6 +38,8 @@ steps:
|
|||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: build-cli
|
||||
concurrency:
|
||||
limit: 1
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue