Update payload path
This commit is contained in:
@@ -10,18 +10,17 @@
|
||||
- name: Debug
|
||||
condition:
|
||||
all:
|
||||
- event.payload is defined
|
||||
- event.payload.data.artifact_url is defined
|
||||
action:
|
||||
debug:
|
||||
- name: Create facts
|
||||
condition:
|
||||
all:
|
||||
- event.payload is defined
|
||||
- event.payload.artifact_url is defined
|
||||
- event.payload.data.artifact_url is defined
|
||||
action:
|
||||
run_job_template:
|
||||
name: bab-deploy-application
|
||||
organization: OYS
|
||||
job_args:
|
||||
extra_vars:
|
||||
artifact_url: event.payload.artifact_url
|
||||
artifact_url: event.payload.date.artifact_url
|
||||
|
||||
Reference in New Issue
Block a user