uniform naming
This commit is contained in:
parent
161a8e713b
commit
0261f89022
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ let routes ~datadir ~cachedir ~configdir ~expired_jobs =
|
||||||
if is_accept_json req then
|
if is_accept_json req then
|
||||||
let json_response =
|
let json_response =
|
||||||
`Assoc [
|
`Assoc [
|
||||||
"job_name", `String job_name;
|
"job", `String job_name;
|
||||||
"uuid", `String (Uuidm.to_string build.uuid);
|
"uuid", `String (Uuidm.to_string build.uuid);
|
||||||
"platform", `String build.platform;
|
"platform", `String build.platform;
|
||||||
"start_time", `String (Ptime.to_rfc3339 build.start);
|
"start_time", `String (Ptime.to_rfc3339 build.start);
|
||||||
|
|
Loading…
Reference in a new issue