Last active
March 19, 2019 01:47
-
-
Save ciberkleid/c7a0d6e4189dc7d61261a42c26629a80 to your computer and use it in GitHub Desktop.
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
{ | |
"app3": [ | |
{ | |
"name": "just waiting", | |
"description": "", | |
"parameterConfig": [], | |
"notifications": [], | |
"triggers": [], | |
"stages": [ | |
{ | |
"refId": "wait1", | |
"requisiteStageRefIds": [], | |
"type": "wait", | |
"waitTime": "160" | |
} | |
], | |
"expectedArtifacts": [], | |
"keepWaitingPipelines": false, | |
"limitConcurrent": true | |
} | |
], | |
"app4": [ | |
{ | |
"name": "just judging", | |
"description": "", | |
"parameterConfig": [], | |
"notifications": [], | |
"triggers": [], | |
"stages": [ | |
{ | |
"refId": "manualJudgment1", | |
"requisiteStageRefIds": [], | |
"instructions": "Judge me.", | |
"judgmentInputs": [], | |
"type": "manualJudgment" | |
} | |
], | |
"expectedArtifacts": [], | |
"keepWaitingPipelines": false, | |
"limitConcurrent": true | |
}, | |
{ | |
"name": "waiting then judging", | |
"description": "", | |
"parameterConfig": [], | |
"notifications": [], | |
"triggers": [], | |
"stages": [ | |
{ | |
"refId": "wait1", | |
"requisiteStageRefIds": [], | |
"type": "wait", | |
"waitTime": "160", | |
"comments": "Wait before judging me." | |
}, | |
{ | |
"refId": "manualJudgment2", | |
"requisiteStageRefIds": [ | |
"wait1" | |
], | |
"instructions": "Okay, Judge me now.", | |
"judgmentInputs": [], | |
"type": "manualJudgment" | |
} | |
], | |
"expectedArtifacts": [], | |
"keepWaitingPipelines": false, | |
"limitConcurrent": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment