Skip to content

Instantly share code, notes, and snippets.

@VireshDoshi
Created March 8, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VireshDoshi/3b5b13d4b57a7aaef74fbef7745b0897 to your computer and use it in GitHub Desktop.
Save VireshDoshi/3b5b13d4b57a7aaef74fbef7745b0897 to your computer and use it in GitHub Desktop.
concourse hello world pipeline
jobs:
- name: hello-world
plan:
- task: say-hello
config:
platform: linux
image_resource:
type: docker-image
source: {repository: ubuntu}
run:
path: echo
args: ["Hello, world!"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment