kind: pipeline type: docker name: default steps: - name: greeting image: python:3.11-slim commands: - echo hello - echo world