Skip to content

Deploy Workload

This stage is responsible for deployment of an already configured, pre-existing workload.

  • Provide a friendly name for the stage
  • Select DeployWorkload
  • Select the name of an existing workload from the dropdown list
  • By default, Use Revision from Webhook Trigger is set to False, where the commit revision from the trigger will not be used to deploy the workload. Set True to ensure the trigger's repo and workload's repo are the same and the commit revision due to which the triggered pipeline is present in the workload's repo
  • Optionally, you can also configure Pre-conditions and "Stage Variables" for the pipeline stage

Deploy Workload Stage

Important

Ensure that you have created a workload before trying to use it in a stage


Pre-Conditions

Stages can be configured to execute ONLY if the expression matches the specified "pre-conditions"


Stage Variables

All the variables available for a given stage are fetched as a sorted list according to their scope (Organization > Project > Pipeline > Trigger > Stage). These variables are evaluated with the environment. The environment is then updated with the variable according to their scope.