12 lines
250 B
YAML
Executable File
12 lines
250 B
YAML
Executable File
apiVersion: tekton.dev/v1beta1
|
|
kind: PipelineRun
|
|
metadata:
|
|
generateName: pr-different-path-
|
|
spec:
|
|
pipelineRef:
|
|
name: pipeline-using-different-subpaths
|
|
workspaces:
|
|
- name: ws
|
|
persistentVolumeClaim:
|
|
claimName: workspace-pvc
|