github.com/jenkins-x/jx/v2@v2.1.155/pkg/logs/test_data/failed_and_rerun/pipelineruns.yml (about) 1 apiVersion: tekton.dev/v1alpha1 2 items: 3 - apiVersion: tekton.dev/v1alpha1 4 kind: PipelineRun 5 metadata: 6 creationTimestamp: null 7 labels: 8 branch: fakebranch 9 context: fakecontext 10 owner: fakeowner 11 repository: fakerepo 12 name: PR1 13 namespace: jx 14 spec: 15 params: 16 - name: version 17 value: v1 18 - name: build_id 19 value: "1" 20 pipelineRef: {} 21 serviceAccount: "" 22 status: 23 conditions: 24 - lastTransitionTime: null 25 message: blah blah can't be found:pipeline.tekton.dev blah blah 26 status: "False" 27 type: Succeeded 28 - apiVersion: tekton.dev/v1alpha1 29 kind: PipelineRun 30 metadata: 31 creationTimestamp: null 32 labels: 33 branch: fakebranch 34 context: fakecontext 35 owner: fakeowner 36 repository: fakerepo 37 name: PR1_2 38 namespace: jx 39 spec: 40 params: 41 - name: version 42 value: v1 43 - name: build_id 44 value: "2" 45 pipelineRef: {} 46 serviceAccount: "" 47 status: 48 taskRuns: 49 faketaskrun: 50 status: 51 podName: "" 52 steps: 53 - running: 54 startedAt: null 55 kind: PipelineRunList 56 metadata: {}