1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/mock
Oliver Nocon dc296b0727
Allow retrieving exit code from command execution (#1728)
* Allow retrieving exit code from command execution

This will be helpful to derive error categories in case
an executable provides context-specific error codes.

* make sure that we always have a non 0 exit code for errors
2020-06-30 12:57:27 +02:00
..
dockerRunner_test.go Provide an ExecRunner implementation for running commands in docker (#1606) 2020-06-02 14:24:06 +02:00
dockerRunner.go Provide an ExecRunner implementation for running commands in docker (#1606) 2020-06-02 14:24:06 +02:00
example_dockerRunner_test.go Provide an ExecRunner implementation for running commands in docker (#1606) 2020-06-02 14:24:06 +02:00
fileUtils_test.go Refactor pkg/npm and npmExecuteScripts (#1684) 2020-06-18 17:30:17 +02:00
fileUtils.go Support file modes in file system mock (#1716) 2020-06-25 14:39:15 +02:00
runner.go Allow retrieving exit code from command execution (#1728) 2020-06-30 12:57:27 +02:00