github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/topgun/pipelines/build-artifact-transfer.yml (about) 1 --- 2 resources: 3 - name: something 4 type: mock 5 source: {} 6 tags: [tag-a] 7 8 jobs: 9 - name: transfer-time 10 plan: 11 - get: something 12 tags: [tag-b] 13 - task: use-something 14 tags: [tag-a] 15 config: 16 platform: linux 17 18 image_resource: 19 type: mock 20 source: {mirror_self: true} 21 22 inputs: 23 - name: something 24 25 run: 26 path: find 27 args: [.]