From 420c587ee52372f9ce0daa3bd1f7f5d51ba3d248 Mon Sep 17 00:00:00 2001 From: PizieDust Date: Mon, 6 Jan 2025 15:56:50 +0100 Subject: [PATCH] uniforme naming --- lib/builder_web.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder_web.ml b/lib/builder_web.ml index d4d3b36..07010db 100644 --- a/lib/builder_web.ml +++ b/lib/builder_web.ml @@ -411,7 +411,7 @@ let routes ~datadir ~cachedir ~configdir ~expired_jobs = if is_accept_json req then let json_response = `Assoc [ - "job_name", `String job_name; + "name", `String job_name; "uuid", `String (Uuidm.to_string build.uuid); "platform", `String build.platform; "start_time", `String (Ptime.to_rfc3339 build.start);