Skip to content

Instantly share code, notes, and snippets.

@cunnie
Created October 28, 2015 18:08
Show Gist options
  • Save cunnie/a3a125e9069e493ef8ca to your computer and use it in GitHub Desktop.
Save cunnie/a3a125e9069e493ef8ca to your computer and use it in GitHub Desktop.
jobs:
job hello-world has been added:
name: hello-world
plan:
- task: say-hello
config:
platform: linux
tags:
- micro
image: docker:///ubuntu
run:
path: echo
args:
- Hello, world!
apply configuration? [yN]: y
pipeline created!
you can view your pipeline here: https://ci.blabbertabber.com/pipelines/really-cool-pipeline
the pipeline is currently paused. to unpause, either:
- run the unpause-pipeline command
- click play next to the pipeline in the web ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment