Remote Script tasks allow Digital.ai Release to execute commands on remote hosts using the Overthere framework, a Java library for manipulating files and executing processes on remote hosts.
Steps
remoteScript.RemoteScript: Abstract base which can be extended by other tasks
remoteScript.Ssh: Abstract base which can be extended by other tasks
remoteScript.Unix: Executes a script on Unix host
remoteScript.WindowsSsh: Executes a script on Windows host with SSH
remoteScript.Zos: Executes a script on z/OS host
remoteScript.BaseSmbHost: Abstract base which can be extended by other tasks
remoteScript.Cifs: Abstract base which can be extended by other tasks
remoteScript.Windows: Executes a script on Windows host
remoteScript.WindowsSmb: Executes a script on Windows host through SMB2 protocol
remoteScript.Jumpstation: Base class for jumpstations.
remoteScript.SshJumpstation: Machine that can be used to create a tunneled connection to a destination host.
remoteScript.HttpProxy: Machine that can be used to create a tunneled connection to a destination host.