Skip to content

Instantly share code, notes, and snippets.

@ciberkleid
Last active March 19, 2019 01:47
Show Gist options
  • Save ciberkleid/c7a0d6e4189dc7d61261a42c26629a80 to your computer and use it in GitHub Desktop.
Save ciberkleid/c7a0d6e4189dc7d61261a42c26629a80 to your computer and use it in GitHub Desktop.
{
"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