summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-15 15:57:55 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-15 15:57:55 +0200
commitc3a7957b8589442a8c9d71f0d8398287d2790ae7 (patch)
treed6c3d4d352b450efd97cc658530c834db0865ab5
parentc525aaa1239d89c3bbd30f61b53dc98f7c58460b (diff)
downloadick2-pres-master.tar.gz
Add: exampleHEADmaster
-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