github.com/jenkins-x/jx/v2@v2.1.155/pkg/logs/test_data/only_waiting_step/pipelineruns.yml (about) 1 apiVersion: tekton.dev/v1alpha1 2 items: 3 - metadata: 4 creationTimestamp: null 5 labels: 6 branch: fakebranch 7 context: fakecontext 8 owner: fakeowner 9 repository: fakerepo 10 name: PR1 11 namespace: jx 12 spec: 13 params: 14 - name: version 15 value: v1 16 - name: build_id 17 value: "1" 18 pipelineRef: {} 19 serviceAccount: "" 20 status: 21 taskRuns: 22 faketaskrun: 23 status: 24 podName: "" 25 steps: 26 - waiting: 27 message: Pending 28 - metadata: 29 creationTimestamp: null 30 labels: 31 branch: fakebranch 32 build: "2" 33 context: tekton 34 owner: fakeowner 35 repository: fakerepo 36 name: PR2 37 namespace: jx 38 spec: 39 pipelineRef: {} 40 serviceAccount: "" 41 status: {} 42 kind: PipelineRunList 43 metadata: {}