Stage
Stage
Data type for the Stage.
JSON Example
{
"description": "Image Publish Stage",
"tags": [
"Tag1",
"Tag2"
],
"taskOrder": [
"Task1",
"Task0"
],
"tasks": {
"Task1": {
"type": "REST",
"ignoreFailure": false,
"preCondition": "",
"input": {
"headers": {
"Accept": "application/json",
"Content-Type": "application/json"
},
"action": "get",
"url": "https://www.vmware.com"
}
}
}
}
string
description
Optional
Stage description.
array of string
tags
Optional
Tags are useful for ease in searching, grouping or filtering.
array of string
taskOrder
Optional
Order in which tasks will be executed.
object
tasks
Optional
Map representing details of various tasks present in the stage.