Custom actions in YAML

To add your action to the pipeline via YAML, follow the pattern below:

- action: "Pipeline_action_name"
  type: "CUSTOM"
  custom_type: "name:tag"

where action is the name the action is labeled with in the pipeline, and custom_type is the name of the custom action that you want to use.

For example:

- action: "Worker scaling"
  type: "CUSTOM"
  custom_type: "workers_custom:latest"
Success
Custom actions can also be used in remote pipeline configuration, just like every other action.
Last update:
Sep 13, 2024