--- kind: pipeline type: docker name: default steps: - name: first image: bash commands: - echo "hello" ...