github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/topgun/pipelines/get-task.yml (about) 1 resources: 2 - name: tick-tock 3 type: time 4 source: 5 interval: 1h 6 7 jobs: 8 - name: simple-job 9 plan: 10 - get: tick-tock 11 - task: simple-task 12 config: 13 platform: linux 14 15 image_resource: 16 type: mock 17 source: {mirror_self: true} 18 19 inputs: 20 - name: tick-tock 21 22 run: 23 path: cat 24 args: 25 - tick-tock/input