DockerCopyFileBasedBash
File-based implementation of CmdOutputHandler (similar to Bash.FileBased), but utilizes docker cp
for container-to-host file transfer operations.
Parameters
stageGetter
A lambda retrieving the DockerPipelineStage bound to this command output handler. A lambda is necessary to prevent the stage constructor from leaking an uninitialized instance to a field.
Functions
Link copied to clipboard
Link copied to clipboard
Reads the file that stores result if the variable underlying result is registered in vars. Truncates the file content up to Configuration.PipelineStage.OutputTruncation.reportOutputLength bytes if it is too big. Otherwise return empty content.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard