Add exit code value to job result proto
This commit is contained in:
parent
886a2b1f69
commit
37e32cb6ea
@ -740,6 +740,8 @@ message Job {
|
||||
bool run_result = 2;
|
||||
// Provides any error information
|
||||
google.rpc.Status run_error = 3;
|
||||
// Exit code if applicable
|
||||
sint32 exit_code = 4;
|
||||
}
|
||||
|
||||
// AuthOp is the configuration to authenticate any plugins.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user