Files
tekton-demo/hello-pipeline.yaml
2025-08-04 01:44:57 +00:00

13 lines
199 B
YAML

# hello-pipeline.yaml
apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
name: hello-pipeline
namespace: tekton-demo
spec:
tasks:
- name: run-hello
taskRef:
name: hello-task