Options
All
  • Public
  • Public/Protected
  • All
Menu

Command parameters for the Run command

Hierarchy

Index

Properties

background?: boolean

Whether or not this step should run in the background (default: false)

command: string

Command to run via the shell

environment?: EnvironmentParameter

A map of environment variable names and values.

no_output_timeout?: string

Elapsed time the command can run without output. The string is a decimal with unit suffix, such as “20m”, “1.25h”, “5s” (default: 10 minutes)

shell?: string

Shell to use for execution command in all steps.

when?: "always" | "on_success" | "on_fail"

Specify when to enable or disable the step. (default: on_success)

working_directory?: string

In which directory to run the steps. Will be interpreted as an absolute path.

Generated using TypeDoc