kind: pipeline type: docker name: simple steps: - name: hello image: alpine commands: - echo "Hello, World!"