Created
June 6, 2018 21:41
-
-
Save dsabeti/63caef81d5294b761bf92f5a7ebf70bd to your computer and use it in GitHub Desktop.
Basic pipeline with inline task definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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