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