Skip to main content

Servers

A server is a connection configuration for a physical or virtual server where scripts are executed. Servers define the connection parameters needed to run scripts locally or remotely via SSH.

What it is used for

  • Configure execution servers for scripts
  • Define SSH connection parameters for remote execution
  • Manage multiple execution environments (local, development, production)
  • Centralize connectivity configurations for job execution

Configuration

FieldDescription
NameServer name
IP address or hostnameConnection address
PortSSH connection port
UserConnection user
PasswordAuthentication password
CredentialAlternative credential (SSH key)
PrimaryIndicates whether this is the primary server

Relationship with other modules

  • Jobs: Each job is associated with a server where the script will be executed
  • Executions: Runs and executions are carried out on the configured server
  • Scripts: Scripts are copied to the server before being executed