11 lines
177 B
YAML
11 lines
177 B
YAML
# hello-pipelinerun.yaml
|
|
apiVersion: tekton.dev/v1
|
|
kind: PipelineRun
|
|
metadata:
|
|
name: hello-pipelinerun
|
|
namespace: tekton-demo
|
|
spec:
|
|
pipelineRef:
|
|
name: hello-pipeline
|
|
|