Skip to content

Instantly share code, notes, and snippets.

@claymccoy
Created May 31, 2019 14:51
Show Gist options
  • Save claymccoy/570812fae593c945c3e0ba42b68bef7e to your computer and use it in GitHub Desktop.
Save claymccoy/570812fae593c945c3e0ba42b68bef7e to your computer and use it in GitHub Desktop.
{
"app1": [{
"name": "savePipelinesFromArtifactTest1",
"description": "",
"parameterConfig": [],
"notifications": [],
"triggers": [],
"stages": [{
"refId": "wait1",
"requisiteStageRefIds": [],
"type": "wait",
"waitTime": "1"
}],
"expectedArtifacts": [],
"keepWaitingPipelines": false,
"limitConcurrent": true
}, {
"name": "savePipelinesFromArtifactTest2",
"description": "",
"parameterConfig": [],
"notifications": [],
"triggers": [],
"stages": [{
"refId": "wait2",
"requisiteStageRefIds": [],
"type": "wait",
"waitTime": "2"
}],
"expectedArtifacts": [],
"keepWaitingPipelines": false,
"limitConcurrent": true
}, {
"name": "savePipelinesFromArtifactTest3",
"description": "",
"parameterConfig": [],
"notifications": [],
"triggers": [],
"stages": [{
"refId": "wait3",
"requisiteStageRefIds": [],
"type": "wait",
"waitTime": "3"
}],
"expectedArtifacts": [],
"keepWaitingPipelines": false,
"limitConcurrent": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment