Skip to content

Instantly share code, notes, and snippets.

@dsabeti
Created June 6, 2018 21:41
Show Gist options
  • Save dsabeti/63caef81d5294b761bf92f5a7ebf70bd to your computer and use it in GitHub Desktop.
Save dsabeti/63caef81d5294b761bf92f5a7ebf70bd to your computer and use it in GitHub Desktop.
Basic pipeline with inline task definition
jobs:
- name: my-job
plan:
- task: my-task
config:
platform: linux
image_resource:
type: docker-image
source:
repository: busybox
run:
path: /bin/echo
args:
- "hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment