Argument builder
Last updated
Last updated
To use variables such as step input parameters, other step output parameters, and workflow/pod properties within any supported field, click the "link button" located at the right end of the input field and use the parameter selector to generate and modify variable references.
To use variables within any supported field in a step, click the "link button" located at the right end of the input field. This will open the parameter selector, which allows you to generate and modify variable references.
To use a step input parameter as a variable, click on the "Step Inputs" dropdown in the parameter selector and choose the desired parameter from the list. This will insert a reference to the selected parameter into the field.
To use a another step's output parameter as a variable, click on the "Step Outputs" dropdown in the parameter selector and choose the desired parameter from the list. This will insert a reference to the selected output into the field.
To use a workflow/pod property as a variable, click on the "Workflow/Pod Properties" dropdown in the parameter selector and choose the desired property from the list. This will insert a reference to the selected property into the field.
Once a variable reference has been inserted into a field, you can modify it as needed. For example, you can add custom string between two variable references "{{inputs.parameters.step_image}}:{{inputs.parameters.image_tag}}".
It's important to note that variables can only be used within supported fields, and not all fields support the use of variables.