An ssh
pipeline executes shell commands on remote servers using the ssh protocol. This is useful for workloads that need to run directly on the host, or are poorly suited for execution inside containers.
Example pipeline configuration:
|
|
The kind and type attributes define an ssh pipeline.
|
|
The steps section defines a series of shell commands. These commands are executed on the remote server using the ssh protocol. If any command returns a non-zero exit code, the pipeline fails and exits.
|
|