You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
308 B
15 lines
308 B
resources:
|
|
- name: concourse-examples
|
|
type: git
|
|
icon: github
|
|
source:
|
|
uri: git@github.com:jutkko/examples.git
|
|
|
|
jobs:
|
|
- name: configure-pipelines
|
|
public: true
|
|
plan:
|
|
- get: concourse-examples
|
|
trigger: true
|
|
- set_pipeline: hello-world
|
|
file: concourse-examples/pipelines/hello-world.yml
|