Age | Commit message (Collapse) | Author |
|
Using the field you can specify an ORed set of positive glob-style
patterns for artifacts to retain in the .output.directory. It defaults
to including all artifacts.
|
|
The ssh backend calls into another host and passes all information on
stdin/stdout/stderr. To do so, it uses a streamapi wrapper on the remote
side that itself calls into a regular backend.
|
|
Using a pipe enables streaming of logs, which would not be possible with
a regular file output.
|
|
Proof-of-concept status. Some things work.
|