diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index d0e8acb..60c3da3 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -147,19 +147,19 @@ Mandatory items are bold, optional italic, description of items follows: * **tests** - ... * **${test identification}** - ... * **pipelines** - ... - * **${pipeline identification}** - ... - * **variables** - ... - * **${variable identification}** - ... - * **type** - ... - * **value** - ... + * **name** - ... + * **variables** - ... + * **${variable identification}** - ... + * **type** - ... + * **value** - ... * **environments** - ... * **${environment identification}** - ... * **pipelines** - ... - * **${pipeline identification}** - ... - * **variables** - ... - * **${variable identification}** - ... - * **type** - ... - * **value** - ... + * **name** - ... + * **variables** - ... + * **${variable identification}** - ... + * **type** - ... + * **value** - ... Example: @@ -170,7 +170,7 @@ environments: tests: "Test 1": pipelines: - "pipeline1": + - name: pipeline1 variables: varA: type: string @@ -178,7 +178,7 @@ tests: environments: java8: pipelines: - "pipelineJava": + - name: pipelineJava variables: varJava: type: string @@ -186,7 +186,7 @@ tests: cpp11: [] "Test 2": pipelines: - "pipeline2": + - name: pipeline2 variables: varB: type: file @@ -194,7 +194,7 @@ tests: environments: cpp11: pipelines: - "pipeline2": + - name: pipeline2 variables: varCpp: type: file