15 lines
222 B
Text
15 lines
222 B
Text
|
{
|
||
|
"kind": "pipeline",
|
||
|
"name": "default",
|
||
|
"steps": [
|
||
|
{
|
||
|
"commands": [
|
||
|
"my_command"
|
||
|
],
|
||
|
"image": "my_image",
|
||
|
"name": "my_step"
|
||
|
}
|
||
|
],
|
||
|
"type": "docker"
|
||
|
}
|