Custom actions in YAML

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

yaml
- 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:

yaml
- 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 modified on Sep 23, 2024