add filters on when to run pipelines
This commit is contained in:
parent
7fb1782f13
commit
ecd7629884
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: default
|
name: default
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- push
|
||||||
|
cron:
|
||||||
|
- build-state-daily
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare terraform files
|
- name: Prepare terraform files
|
||||||
|
|
@ -59,7 +65,7 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
- renew-tls-certificate-daily
|
- renew-tls-certificate
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare terraform files
|
- name: Prepare terraform files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue