schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | tags | List of tag filters | {} |
service-schema.json | runOnce | RunOnce Deployment strategy | {} |
service-schema.json | rolling | Rolling Deployment strategy | {} |
service-schema.json | canary | Canary Deployment strategy | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where pre deploy steps will run | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where deploy steps will run | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where route traffic steps will run | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where post route traffic steps will run | {} |
service-schema.json | failure | Runs on failure of any step | {} |
service-schema.json | success | Runs on success of all of the steps | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where post on failure steps will run | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | pool | Pool where on success steps will run | {} |
service-schema.json | preDeploy | Pre deploy hook for runOnce deployment strategy | {} |
service-schema.json | deploy | Deploy hook for runOnce deployment strategy | {} |
service-schema.json | routeTraffic | Route traffic hook for runOnce deployment strategy | {} |
service-schema.json | postRouteTraffic | Post route traffic hook for runOnce deployment strategy | {} |
service-schema.json | on | On success or failure hook for runOnce deployment strategy | {} |
service-schema.json | maxParallel | Maximum number of jobs running in parallel | {} |
service-schema.json | preDeploy | Pre deploy hook for rolling deployment strategy | {} |
service-schema.json | deploy | Deploy hook for rolling deployment strategy | {} |
service-schema.json | routeTraffic | Route traffic hook for rolling deployment strategy | {} |
service-schema.json | postRouteTraffic | Post route traffic hook for rolling deployment strategy | {} |
service-schema.json | on | On success or failure hook for rolling deployment strategy | {} |
service-schema.json | increments | Maximum batch size for deployment | {} |
service-schema.json | preDeploy | Pre deploy hook for canary deployment strategy | {} |
service-schema.json | deploy | Deploy hook for canary deployment strategy | {} |
service-schema.json | routeTraffic | Route traffic hook for canary deployment strategy | {} |
service-schema.json | postRouteTraffic | Post route traffic hook for canary deployment strategy | {} |
service-schema.json | on | On success or failure hook for canary deployment strategy | {} |
service-schema.json | phase | ID of the phase | {} |
service-schema.json | dependsOn | Any phases which must complete before this one | {} |
service-schema.json | displayName | Human-readable name of the phase | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this phase | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | queue | Queue where this phase will run | {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true} |
service-schema.json | variables | Phase-specific variables | {} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | phase | ID of the phase | {} |
service-schema.json | dependsOn | Any phases which must complete before this one | {} |
service-schema.json | displayName | Human-readable name of the phase | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this phase | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | server | True if this is an agent-less phase (runs on server) | {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true} |
service-schema.json | variables | Phase-specific variables | {} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | template | Reference to a template for this phase | {} |
service-schema.json | parameters | Parameters used in a phase template | {} |
service-schema.json | phaseQueueTarget | Queue details | {"deprecationMessage": "This option is deprecated, use `pool` under `jobs` instead", "anyOf": [{"type": "string"}, {"type": "object", "properties": {"cancelTimeoutInMinutes": {}, "container": {}, "demands": {}, "matrix": {}, "name": {}, "parallel": {}, "timeoutInMinutes": {}, "workspace": {}}, "additionalProperties": false}]} |
service-schema.json | cancelTimeoutInMinutes | Time to wait for the phase to cancel before forcibly terminating it | {} |
service-schema.json | container | Container resource name | {} |
service-schema.json | demands | List of demands (for a private queue) | {} |
service-schema.json | name | Name of a queue | {} |
service-schema.json | parallel | Maximum number of parallel agent executions | {} |
service-schema.json | timeoutInMinutes | Time to wait before cancelling the phase | {} |
service-schema.json | cancelTimeoutInMinutes | Time to wait for the job to cancel before forcibly terminating it | {} |
service-schema.json | parallel | Maximum number of parallel agent executions | {} |
service-schema.json | timeoutInMinutes | Time to wait before cancelling the job | {} |
service-schema.json | clean | Scorch the repo before fetching? | {"enum": ["outputs", "resources", "all"]} |
service-schema.json | phaseTargetMatrix | List of permutations of variable values to run | {"anyOf": [{"type": "object", "additionalProperties": true}, {"type": "string"}], "minProperties": 1, "patternProperties": {"^[A-Za-z0-9_]+$": {}}} |
service-schema.json | parameters | Step-specific parameters | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | script | An inline script | {} |
service-schema.json | failOnStderr | Fail the task if output is sent to Stderr? | {} |
service-schema.json | workingDirectory | Start the script with this working directory | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this task | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | displayName | Human-readable name for the task | {} |
service-schema.json | target | Environment in which to run this task | {} |
service-schema.json | enabled | Run this task when the job runs? | {} |
service-schema.json | env | Variables to map into the process's environment | {} |
service-schema.json | name | ID of the step | {} |
service-schema.json | timeoutInMinutes | Time to wait for this task to complete before the server kills it | {} |
service-schema.json | retryCountOnTaskFailure | Number of retries if the task fails | {} |
service-schema.json | powershell | Inline PowerShell or reference to a PowerShell file | {} |
service-schema.json | failOnStderr | Fail the task if output is sent to Stderr? | {} |
service-schema.json | ignoreLASTEXITCODE | Check the final exit code of the script to determine whether the step succeeded? | {} |
service-schema.json | workingDirectory | Start the script with this working directory | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this task | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | displayName | Human-readable name for the task | {} |
service-schema.json | target | Environment in which to run this task | {} |
service-schema.json | enabled | Run this task when the job runs? | {} |
service-schema.json | env | Variables to map into the process's environment | {} |
service-schema.json | name | ID of the step | {} |
service-schema.json | timeoutInMinutes | Time to wait for this task to complete before the server kills it | {} |
service-schema.json | retryCountOnTaskFailure | Number of retries if the task fails | {} |
service-schema.json | pwsh | Inline PowerShell or reference to a PowerShell file | {} |
service-schema.json | failOnStderr | Fail the task if output is sent to Stderr? | {} |
service-schema.json | ignoreLASTEXITCODE | Check the final exit code of the script to determine whether the step succeeded? | {} |
service-schema.json | workingDirectory | Start the script with this working directory | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this task | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | displayName | Human-readable name for the task | {} |
service-schema.json | target | Environment in which to run this task | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.