From c525aaa1239d89c3bbd30f61b53dc98f7c58460b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Mar 2019 15:32:56 +0200 Subject: Add: slide on the data model --- slides.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'slides.md') diff --git a/slides.md b/slides.md index ea7af07..0229d75 100644 --- a/slides.md +++ b/slides.md @@ -105,7 +105,7 @@ Tech stack --- -Project +The Ick Project ----------------------------------------------------------------------------- * source: [git.liw.fi](http://git.liw.fi/ick2/) @@ -157,6 +157,18 @@ vvv --- +Data model +----------------------------------------------------------------------------- + +* User defines **projects** +* A project invokes **pipelines** and defines **parameters** +* A pipeline consists of a sequence of **actions** +* Each action is executed by the worker-manger +* Action are affected by parameters + * Which git repo to clone, where to publish artifacts, ... + +--- + Near future plans ----------------------------------------------------------------------------- -- cgit v1.2.1