You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
361 B
YAML
16 lines
361 B
YAML
|
2 weeks ago
|
---
|
||
|
|
resources:
|
||
|
|
- name: resource-tutorial
|
||
|
|
type: git
|
||
|
|
source:
|
||
|
|
uri: https://github.com/starkandwayne/concourse-tutorial.git
|
||
|
|
branch: develop
|
||
|
|
|
||
|
|
jobs:
|
||
|
|
- name: job-hello-world
|
||
|
|
public: true
|
||
|
|
plan:
|
||
|
|
- get: resource-tutorial
|
||
|
|
- task: hello-world
|
||
|
|
file: resource-tutorial/tutorials/basic/task-hello-world/task_hello_world.yml
|