schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | endpoint | ID of the service endpoint connecting to a private container registry | {} |
service-schema.json | env | Variables to map into the container's environment | {} |
service-schema.json | image | Container image tag | {"examples": ["ubuntu:16.04", "windows:1803"]} |
service-schema.json | mapDockerSocket | Set this flag to false to force the agent not to setup the /var/run/docker.sock volume on container jobs | {} |
service-schema.json | options | Options to pass into container host | {} |
service-schema.json | pipeline | ID of the pipeline resource | {} |
service-schema.json | repository | ID of the external repository | {} |
service-schema.json | endpoint | ID of the service endpoint connecting to this repository | {} |
service-schema.json | clean | Scorch the repo before fetching? | {"enum": ["true", "false"]} |
service-schema.json | fetchDepth | Depth of Git graph to fetch | {} |
service-schema.json | fetchTags | Fetch tags? | {} |
service-schema.json | lfs | Fetch and checkout Git LFS objects? | {} |
service-schema.json | submodules | Fetch and checkout submodules? | {} |
service-schema.json | persistCredentials | Keep credentials available for later use? | {} |
service-schema.json | clean | Scorch the repo before fetching? | {"enum": ["true", "false"]} |
service-schema.json | fetchDepth | Depth of Git graph to fetch | {} |
service-schema.json | lfs | Fetch and checkout Git LFS objects? | {} |
service-schema.json | webhook | Name of the webhook | {} |
service-schema.json | connection | Name of the connection. In case of offline webhook this will be the type of Incoming Webhook otherwise it will be the type of the webhook extension. | {} |
service-schema.json | type | Name of the webhook extension. leave this empty if its offline webhook. | {} |
service-schema.json | filters | List of trigger filters. | {} |
service-schema.json | path | json path to select data from event payload | {} |
service-schema.json | value | Expected value for the filter to match | {} |
service-schema.json | stage | ID of the stage | {} |
service-schema.json | displayName | Human-readable name for the stage | {} |
service-schema.json | pool | Pool where jobs in this stage will run unless otherwise specified | {} |
service-schema.json | dependsOn | Any stages which must complete before this one | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this stage | {} |
service-schema.json | variables | Stage-specific variables | {} |
service-schema.json | jobs | Jobs which make up the stage | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | template | Reference to a template for this stage | {} |
service-schema.json | parameters | Parameters used in a stage template | {} |
service-schema.json | parameters | Step-specific parameters | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | parameters | Parameters used in a job template | {} |
service-schema.json | jobs | Jobs which make up the pipeline | {} |
service-schema.json | extends | Extends a template | {} |
service-schema.json | parameters | Parameters used in the extend | {} |
service-schema.json | parameters | Parameters used in a job template | {} |
service-schema.json | jobs | Jobs which make up the pipeline | {} |
service-schema.json | parameters | Parameters used in a phase template | {} |
service-schema.json | phases | Phases which make up the pipeline | {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true} |
service-schema.json | job | ID of the job | {} |
service-schema.json | displayName | Human-readable name for the job | {} |
service-schema.json | dependsOn | Any jobs which must complete before this one | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this job | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | timeoutInMinutes | Time to wait for this job to complete before the server kills it | {} |
service-schema.json | cancelTimeoutInMinutes | Time to wait for the job to cancel before forcibly terminating it | {} |
service-schema.json | variables | Job-specific variables | {} |
service-schema.json | strategy | Execution strategy for this job | {} |
service-schema.json | pool | Pool where this job will run | {} |
service-schema.json | container | Container resource name | {} |
service-schema.json | uses | Any resources required by this job that are not already referenced | {} |
service-schema.json | steps | A list of steps to run | {} |
service-schema.json | displayName | Human-readable name for the deployment | {} |
service-schema.json | dependsOn | Any jobs which must complete before this one | {} |
service-schema.json | condition | Evaluate this condition expression to determine whether to run this deployment | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | timeoutInMinutes | Time to wait for this job to complete before the server kills it | {} |
service-schema.json | cancelTimeoutInMinutes | Time to wait for the job to cancel before forcibly terminating it | {} |
service-schema.json | variables | Deployment-specific variables | {} |
service-schema.json | pool | Pool where this job will run | {} |
service-schema.json | strategy | Execution strategy for this deployment | {} |
service-schema.json | workspace | What to clean up before the job runs | {} |
service-schema.json | uses | Any resources required by this job that are not already referenced | {} |
service-schema.json | container | Container resource name | {} |
service-schema.json | services | Container resources to run as a service container | {} |
service-schema.json | template | Reference to a template for this deployment | {} |
service-schema.json | parameters | Parameters used in a deployment template | {} |
service-schema.json | repositories | Repository references | {} |
service-schema.json | pools | Pool references | {} |
service-schema.json | pool | Pool details | {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"name": {}, "demands": {}}, "additionalProperties": true}]} |
service-schema.json | name | Name of a pool | {} |
service-schema.json | demands | List of demands (for a private pool) | {} |
service-schema.json | alias | The alias of the container resource | {} |
service-schema.json | endpoint | ID of the service endpoint connecting to a private container registry | {} |
service-schema.json | env | Variables to map into the container's environment | {} |
service-schema.json | image | Container image tag | {"examples": ["ubuntu:16.04", "windows:1803"]} |
service-schema.json | mapDockerSocket | Set this flag to false to force the agent not to setup the /var/run/docker.sock volume on container jobs | {} |
service-schema.json | options | Options to pass into container host | {} |
service-schema.json | endpoint | ID of the service endpoint connecting to a private container registry | {} |
service-schema.json | env | Variables to map into the container's environment | {} |
service-schema.json | image | Container image tag | {"examples": ["ubuntu:16.04", "windows:1803"]} |
service-schema.json | mapDockerSocket | Set this flag to false to force the agent not to setup the /var/run/docker.sock volume on container jobs | {} |
service-schema.json | options | Options to pass into container host | {} |
service-schema.json | work | Mount the work directory as readonly | {} |
service-schema.json | externals | Mount the externals directory as readonly | {} |
service-schema.json | tools | Mount the tools directory as readonly | {} |
service-schema.json | tasks | Mount the tasks directory as readonly | {} |
service-schema.json | clean | Which parts of the workspace should be scorched before fetching | {"enum": ["outputs", "resources", "all"]} |
service-schema.json | maxParallel | Maximum number of jobs running in parallel | {} |
service-schema.json | parallel | Run the job this many times | {} |
service-schema.json | matrixProperties | Variable-value pair to pass in this matrix instance | {"type": "object", "additionalProperties": true} |
service-schema.json | deploymentEnvironment | Environment details | {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"name": {}, "resourceName": {}, "resourceId": {}, "resourceType": {}, "tags": {}}, "additionalProperties": false}]} |
service-schema.json | name | Name of environment | {} |
service-schema.json | resourceName | Name of resource | {} |
service-schema.json | resourceId | Id of resource | {} |
service-schema.json | resourceType | Type of environment resource | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.