-
-
Save kevinawoo/8bc10f49b0913f01b39742ba41a3a58c to your computer and use it in GitHub Desktop.
Revisions
-
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,10 +8,10 @@ metadata: scopes: [global] variables: - name: howLongWaitTime description: How long should I wait type: int defaultValue: 20 configuration: concurrentExecutions: {} @@ -24,6 +24,6 @@ stages: name: Wait 5 seconds type: wait config: waitTime: ${howLongWaitTime} modules: [] partials: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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: - name: hello description: hello variables type: int defaultValue: 1 configuration: concurrentExecutions: {} triggers: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal 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 modules: [] partials: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 5 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal 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 modules: [] partials: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ schema: "1" id: myFirstBareBones protect: true metadata: name: Bare Bone Pippeline Template description: A generic application bake & tag pipeline. owner: [email protected] scopes: [global] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ schema: "1" id: myFirstBareBones protect: true metadata: name: Default Bake & Tag @@ -12,7 +12,7 @@ configuration: triggers: [] parameters: [] notifications: [] description: "Bare bones template" stages: - id: wait name: Wait 5 seconds -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configuration: description: "" stages: - id: wait name: Wait 5 seconds type: wait config: waitTime: 5 -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,6 @@ configuration: description: "" stages: - id: wait name: wait type: wait config: -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,13 @@ configuration: parameters: [] notifications: [] description: "" stages: - id: wait dependsOn: name: wait type: wait config: waitTime: 5 modules: [] partials: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 17 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,18 @@ schema: "1" 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: [] -
kevinawoo revised this gist
Jan 5, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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 -
robzienert revised this gist
Mar 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,6 @@ schema: "1" id: barebones stages: - id: wait type: wait config: waitTime: 5 -
robzienert created this gist
Mar 8, 2017 .There are no files selected for viewing
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 charactersOriginal 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