Update webhook
This commit is contained in:
@@ -6,9 +6,15 @@
|
|||||||
ansible.eda.webhook:
|
ansible.eda.webhook:
|
||||||
port: 5000
|
port: 5000
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
|
filters:
|
||||||
|
- ansible.eda.dashes_to_underscores:
|
||||||
rules:
|
rules:
|
||||||
- name: Show payload
|
- name: Create facts
|
||||||
condition: 1 == 1
|
condition: event.payload is defined
|
||||||
action:
|
action:
|
||||||
debug:
|
run_job_template:
|
||||||
|
name: bab-deploy-application
|
||||||
|
organization: OYS
|
||||||
|
job_args:
|
||||||
|
extra_vars:
|
||||||
|
artifact_url: event.payload.artifact_url
|
||||||
|
|||||||
Reference in New Issue
Block a user