From 09b39e634abd4166b71432a10dda6ae38478d3aa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 24 Jul 2019 15:12:40 +0300 Subject: Fix: /status result --- gitlab.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gitlab.md b/gitlab.md index 7609e3b..d244783 100644 --- a/gitlab.md +++ b/gitlab.md @@ -85,14 +85,9 @@ use them, and don't have to learn stuff to get started. queued, or running, or finished { - "builds": [ - "id1": {"repo":"...", "ref":"...", "artifact":"..."}, - "id2": {"repo":"...", "ref":"...", "artifact":"..."}, - "id3": {"repo":"...", "ref":"...", "artifact":"..."}, - ] - "queued": ["id1", ...] - "building": ["id2", ...] - "finished": ["id3", ...] + "builds": { + "name": "status" + } } ## VCS worker -- cgit v1.2.1