summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slides.md17
1 files changed, 17 insertions, 0 deletions
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