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.

Revisions

  1. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -8,10 +8,10 @@ metadata:
    scopes: [global]

    variables:
    - name: hello
    description: hello variables
    - name: howLongWaitTime
    description: How long should I wait
    type: int
    defaultValue: 1
    defaultValue: 20

    configuration:
    concurrentExecutions: {}
    @@ -24,6 +24,6 @@ stages:
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5
    waitTime: ${howLongWaitTime}
    modules: []
    partials: []
  2. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@ metadata:
    description: A generic application bake & tag pipeline.
    owner: [email protected]
    scopes: [global]

    variables:
    - name: hello
    description: hello variables
  3. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion barebones.yml
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,12 @@ metadata:
    description: A generic application bake & tag pipeline.
    owner: [email protected]
    scopes: [global]
    variables: []
    variables:
    - name: hello
    description: hello variables
    type: int
    defaultValue: 1

    configuration:
    concurrentExecutions: {}
    triggers: []
  4. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -15,9 +15,9 @@ configuration:
    description: "Bare bones template"
    stages:
    - id: wait
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5
    modules: []
    partials: []
  5. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -14,11 +14,10 @@ configuration:
    notifications: []
    description: "Bare bones template"
    stages:
    - id: wait
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5

    - id: wait
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5
    modules: []
    partials: []
  6. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion barebones.yml
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ schema: "1"
    id: myFirstBareBones
    protect: true
    metadata:
    name: Default Bake & Tag
    name: Bare Bone Pippeline Template
    description: A generic application bake & tag pipeline.
    owner: [email protected]
    scopes: [global]
  7. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    schema: "1"
    id: myTemplate
    id: myFirstBareBones
    protect: true
    metadata:
    name: Default Bake & Tag
    @@ -12,7 +12,7 @@ configuration:
    triggers: []
    parameters: []
    notifications: []
    description: ""
    description: "Bare bones template"
    stages:
    - id: wait
    name: Wait 5 seconds
  8. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion barebones.yml
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@ configuration:
    description: ""
    stages:
    - id: wait
    name: wait
    name: Wait 5 seconds
    type: wait
    config:
    waitTime: 5
  9. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion barebones.yml
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,6 @@ configuration:
    description: ""
    stages:
    - id: wait
    dependsOn:
    name: wait
    type: wait
    config:
  10. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -13,6 +13,13 @@ configuration:
    parameters: []
    notifications: []
    description: ""
    stages: []
    stages:
    - id: wait
    dependsOn:
    name: wait
    type: wait
    config:
    waitTime: 5

    modules: []
    partials: []
    partials: []
  11. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 17 additions and 7 deletions.
    24 changes: 17 additions & 7 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,18 @@
    schema: "1"
    id: barebones
    description: test barebones templates
    stages:
    - id: wait
    type: wait
    config:
    waitTime: 5
    id: myTemplate
    protect: true
    metadata:
    name: Default Bake & Tag
    description: A generic application bake & tag pipeline.
    owner: [email protected]
    scopes: [global]
    variables: []
    configuration:
    concurrentExecutions: {}
    triggers: []
    parameters: []
    notifications: []
    description: ""
    stages: []
    modules: []
    partials: []
  12. kevinawoo revised this gist Jan 5, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    schema: "1"
    id: barebones
    description: test barebones templates
    stages:
    - id: wait
    type: wait
  13. @robzienert robzienert revised this gist Mar 8, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion barebones.yml
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,6 @@ schema: "1"
    id: barebones
    stages:
    - id: wait
    type: Wait
    type: wait
    config:
    waitTime: 5
  14. @robzienert robzienert created this gist Mar 8, 2017.
    7 changes: 7 additions & 0 deletions barebones.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    schema: "1"
    id: barebones
    stages:
    - id: wait
    type: Wait
    config:
    waitTime: 5