

Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose.

TemplateContext: # Deployment related information passed from a pipeline when extending a template.Disclaimer: The information provided on and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Services: # Container resources to run as a service container. Repositories: # Repository references.Ĭontainer: string | container # Container resource name. Uses: # Any resources required by this job that are not already referenced. Workspace: # Workspace options on the agent.Ĭlean: string # Which parts of the workspace should be scorched before fetching. Strategy: strategy # Execution strategy for this deployment. Pool: string | pool # Pool where this job will run.Įnvironment: string | environment # Target environment name and optionally a resource name to record the deployment history format: environment-name.resource-name. Variables: variables | # Deployment-specific variables. TimeoutInMinutes: string # Time to wait for this job to complete before the server kills it.ĬancelTimeoutInMinutes: string # Time to wait for the job to cancel before forcibly terminating it.

The word deploy is a keyword and is unsupported as the deployment name.ĭisplayName: string # Human-readable name for the deployment.ĭependsOn: string | # Any jobs which must complete before this one.Ĭondition: string # Evaluate this condition expression to determine whether to run this deployment.ĬontinueOnError: string # Continue running even on failure? Name of the deployment job, A-Z, a-z, 0-9, and underscore. deployment: string # Required as first property.
