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