|
|
@ -147,7 +147,7 @@ Mandatory items are bold, optional italic, description of items follows:
|
|
|
|
* **tests** - ...
|
|
|
|
* **tests** - ...
|
|
|
|
* **${test identification}** - ...
|
|
|
|
* **${test identification}** - ...
|
|
|
|
* **pipelines** - ...
|
|
|
|
* **pipelines** - ...
|
|
|
|
* **${pipeline identification}** - ...
|
|
|
|
* **name** - ...
|
|
|
|
* **variables** - ...
|
|
|
|
* **variables** - ...
|
|
|
|
* **${variable identification}** - ...
|
|
|
|
* **${variable identification}** - ...
|
|
|
|
* **type** - ...
|
|
|
|
* **type** - ...
|
|
|
@ -155,7 +155,7 @@ Mandatory items are bold, optional italic, description of items follows:
|
|
|
|
* **environments** - ...
|
|
|
|
* **environments** - ...
|
|
|
|
* **${environment identification}** - ...
|
|
|
|
* **${environment identification}** - ...
|
|
|
|
* **pipelines** - ...
|
|
|
|
* **pipelines** - ...
|
|
|
|
* **${pipeline identification}** - ...
|
|
|
|
* **name** - ...
|
|
|
|
* **variables** - ...
|
|
|
|
* **variables** - ...
|
|
|
|
* **${variable identification}** - ...
|
|
|
|
* **${variable identification}** - ...
|
|
|
|
* **type** - ...
|
|
|
|
* **type** - ...
|
|
|
@ -170,7 +170,7 @@ environments:
|
|
|
|
tests:
|
|
|
|
tests:
|
|
|
|
"Test 1":
|
|
|
|
"Test 1":
|
|
|
|
pipelines:
|
|
|
|
pipelines:
|
|
|
|
"pipeline1":
|
|
|
|
- name: pipeline1
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
varA:
|
|
|
|
varA:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
@ -178,7 +178,7 @@ tests:
|
|
|
|
environments:
|
|
|
|
environments:
|
|
|
|
java8:
|
|
|
|
java8:
|
|
|
|
pipelines:
|
|
|
|
pipelines:
|
|
|
|
"pipelineJava":
|
|
|
|
- name: pipelineJava
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
varJava:
|
|
|
|
varJava:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
@ -186,7 +186,7 @@ tests:
|
|
|
|
cpp11: []
|
|
|
|
cpp11: []
|
|
|
|
"Test 2":
|
|
|
|
"Test 2":
|
|
|
|
pipelines:
|
|
|
|
pipelines:
|
|
|
|
"pipeline2":
|
|
|
|
- name: pipeline2
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
varB:
|
|
|
|
varB:
|
|
|
|
type: file
|
|
|
|
type: file
|
|
|
@ -194,7 +194,7 @@ tests:
|
|
|
|
environments:
|
|
|
|
environments:
|
|
|
|
cpp11:
|
|
|
|
cpp11:
|
|
|
|
pipelines:
|
|
|
|
pipelines:
|
|
|
|
"pipeline2":
|
|
|
|
- name: pipeline2
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
varCpp:
|
|
|
|
varCpp:
|
|
|
|
type: file
|
|
|
|
type: file
|
|
|
|