Skip to content

Instantly share code, notes, and snippets.

@kevinawoo
Forked from robzienert/barebones.yml
Last active January 5, 2018 19:32
Show Gist options
  • Save kevinawoo/8bc10f49b0913f01b39742ba41a3a58c to your computer and use it in GitHub Desktop.
Save kevinawoo/8bc10f49b0913f01b39742ba41a3a58c to your computer and use it in GitHub Desktop.
schema: "1"
id: myFirstBareBones
protect: true
metadata:
name: Bare Bone Pippeline Template
description: A generic application bake & tag pipeline.
owner: [email protected]
scopes: [global]
variables:
- name: howLongWaitTime
description: How long should I wait
type: int
defaultValue: 20
configuration:
concurrentExecutions: {}
triggers: []
parameters: []
notifications: []
description: "Bare bones template"
stages:
- id: wait
name: Wait 5 seconds
type: wait
config:
waitTime: ${howLongWaitTime}
modules: []
partials: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment