Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SSHJob arguments can look like this:


Arguments

The full list of arguments is available from the job documentation, find below an extract of most commonly used arguments.

  • Required Arguments
    • Arguments that have to be specified with the job configuration.
      • Example: The  host argument is required to run a job that connects to a remote host.
  • Optional Arguments
    • Arguments that are not required or arguments that are technically required but are available from default values.
      • Example 1: technically required, but available from default value
        • To connect to a remote host, the  port argument is required. The argument is available from the default value 22, therefore the port argument is not required.
      • Example 2: not required
        • The proxy_host argument is used only if the job's connection makes use of a proxy.

...