9 lines
124 B
YAML
9 lines
124 B
YAML
|
---
|
||
|
# this is a comment
|
||
|
kind: template
|
||
|
load: plugin.yaml
|
||
|
data:
|
||
|
stepName: my_step
|
||
|
image: my_image
|
||
|
commands: my_command
|