Add exit code value to job result proto

This commit is contained in:
Chris Roberts 2021-07-13 16:47:18 -07:00 committed by Paul Hinze
parent 886a2b1f69
commit 37e32cb6ea
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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.