10 lines
199 B
YAML
10 lines
199 B
YAML
- hosts: all
|
|
tasks:
|
|
- shell: echo true
|
|
- zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: Artifact
|
|
url: someurl
|
|
- shell: echo true |