Add debugging

This commit is contained in:
2023-12-29 23:41:18 -05:00
parent 79b2b6f28f
commit ed1bd120e4

View File

@@ -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