These environment variables have predefined values and cannot be overridden.
Environment Variable | Description |
---|---|
custom_certs_dir | Location of the custom certificates. |
custom_certs_enabled | Indication to use the custom certificates. |
no_verify_ssl | Indication for the step to not verify SSL. |
run_created_at | Time when the run was created. |
step_build_plane_version | The build plane version. |
step_dependency_state_dir | Location where input/output dependency information is stored. |
step_docker_container_name | Name of the container where the step is running. |
step_json_path | Path to the JSON object containing information about the step. |
step_namespace | Pipelines extensions namespace. Default is |
step_timeout_seconds | The total number of seconds that the step can run before it times out. |
step_tmp_dir | Temporary directory used when the step is executing. |
steplet_id | Internal unique ID for the steplet currently executing. |
steplet_number | Unique steplet number in the context of the run. Useful for Matrix steps with multiple steplets. Example onExecute: - add_run_variables steplet_${steplet_number}_variable=${env1} |