summaryrefslogtreecommitdiff
path: root/gitlab.md
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.md')
-rw-r--r--gitlab.md11
1 files 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