kind: pipeline type: kubernetes name: default steps: - name: hello image: alpine commands: - echo "Pipeline laeuft!" - echo "Build erfolgreich"