Add debugging
This commit is contained in:
@@ -7,11 +7,17 @@
|
|||||||
port: 5000
|
port: 5000
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
rules:
|
rules:
|
||||||
|
- name: Debug
|
||||||
|
condition:
|
||||||
|
all:
|
||||||
|
- event.payload is defined
|
||||||
|
action:
|
||||||
|
debug:
|
||||||
- name: Create facts
|
- name: Create facts
|
||||||
condition:
|
condition:
|
||||||
all:
|
all:
|
||||||
- event.payload is defined
|
- event.payload is defined
|
||||||
- event.payload.artifact_url
|
- event.payload.artifact_url is defined
|
||||||
action:
|
action:
|
||||||
run_job_template:
|
run_job_template:
|
||||||
name: bab-deploy-application
|
name: bab-deploy-application
|
||||||
|
|||||||
Reference in New Issue
Block a user