From 84325bf3d20877e514906b10a9e079318fde4bf4 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 30 Jul 2017 10:09:41 +0200 Subject: [PATCH] pipelines desc and reformat --- Exercise-Configuration.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 413a244..f6798f1 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -205,16 +205,27 @@ tests: Pipelines are sent to clients in JSON format and are stored in API in corresponding YAML with the same structure. +Important features: + +* Every port either have to have defined reference to variable or it has to be blank. Actual value (for example string) is not allowed in port. If variable name is declared in port it has to exist in variables table. +* Connection between ports have to always be one end to another end. It is not possible to have one output port which redirects variables to two input ports. + Mandatory items are bold, optional italic, description of items follows: -* **${implicit list of boxes}** - ... - * **name** - ... - * **portsIn** - ... - * ${name of the port} - * **type** - ... - * **value** - ... - * **portsOut** - ... - * **type** - ... +* **variables** - ... + * ${implicit list of variables} + * **name** - ... + * **type** - ... + * **value** - ... +* **boxes** - ... + * ${implicit list of boxes} + * **name** - ... + * **portsIn** - ... + * ${name of the port} + * **type** - ... + * **value** - ... + * **portsOut** - ... + * **type** - ... Example: