From c3a7957b8589442a8c9d71f0d8398287d2790ae7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Mar 2019 15:57:55 +0200 Subject: Add: example --- slides.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'slides.md') diff --git a/slides.md b/slides.md index 0229d75..0479612 100644 --- a/slides.md +++ b/slides.md @@ -167,6 +167,23 @@ Data model * Action are affected by parameters * Which git repo to clone, where to publish artifacts, ... +vvv + +```yaml +project: hello +parameter: + whom: world +pipelines: + - hello + +pipeline: hello +actions: + - where: host + python: | + whom = params['whom'] + print('hello', whom) +``` + --- Near future plans -- cgit v1.2.1