From 41ece59e77a10abd305ad2e9d7e118bca2454d95 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 15 Apr 2018 14:16:59 +0200 Subject: [PATCH] remove default environment --- Exercise-Configuration.md | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 55610b1..42c4594 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -72,7 +72,7 @@ Represents basic exercise configuration which connects all things together. For ### Frontend Format -Returned as JSON. There is one generated "environment" which is called "default" in here default pipelines for all tests can be found. +Returned as JSON. Mandatory items are bold, optional italic, description of items follows: @@ -91,41 +91,6 @@ Example: ``` [ - { - "name":"default", - "tests":[ - { - "name":"Test 1", - "pipelines":[ - { - "name":"pipeline1", - "variables":[ - { - "name":"varA", - "type":"string", - "value":"valA" - } - ] - } - ] - }, - { - "name":"Test 2", - "pipelines":[ - { - "name":"pipeline2", - "variables":[ - { - "name":"varB", - "type":"file", - "value":"valB" - } - ] - } - ] - } - ] - }, { "name":"java8", "tests":[