github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/test_data/pipeline_info/batch-yaml/pipeline.yml (about) 1 apiVersion: tekton.dev/v1alpha1 2 kind: Pipeline 3 metadata: 4 creationTimestamp: "2019-09-06T05:24:17Z" 5 generation: 1 6 labels: 7 branch: PR-1 8 build: "1" 9 context: pr-build 10 owner: cb-kubecd 11 repository: bdd-spring-1567745634 12 name: cb-kubecd-bdd-spring-1567745634-s92nd-1 13 namespace: jx 14 ownerReferences: 15 - apiVersion: jenkins.io/v1 16 kind: PipelineActivity 17 name: cb-kubecd-bdd-spring-1567745634-pr-1-1 18 uid: 84f23b66-d066-11e9-8eea-42010a8400f6 19 resourceVersion: "11151" 20 selfLink: /apis/tekton.dev/v1alpha1/namespaces/jx/pipelines/cb-kubecd-bdd-spring-1567745634-s92nd-1 21 uid: 9264a416-d066-11e9-8eea-42010a8400f6 22 spec: 23 params: 24 - default: 0.0.0-SNAPSHOT-PR-1-1 25 description: the version number for this pipeline which is used as a tag on docker 26 images and helm charts 27 name: version 28 - default: "1" 29 description: the PipelineRun build number 30 name: build_id 31 resources: 32 - name: cb-kubecd-bdd-spring-1567745634 33 type: git 34 tasks: 35 - name: from-build-pack 36 params: 37 - name: version 38 value: ${params.version} 39 - name: build_id 40 value: ${params.build_id} 41 resources: 42 inputs: 43 - name: workspace 44 resource: cb-kubecd-bdd-spring-1567745634 45 taskRef: 46 name: cb-kubecd-bdd-spring-1567745634-s92nd-from-build-pack-1