6 lines
104 B
YAML
6 lines
104 B
YAML
kind: pipeline
|
|
load: plugin.starlark
|
|
data:
|
|
stepName: my_step
|
|
image: my_image
|
|
commands: my_command
|