Added alternative templates for test
parent
e2ff0da30c
commit
c2add415a8
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "client",
|
||||
"guide": "https://docs.qaskx.one/templates/build/golang/client",
|
||||
"description": "golang build client template",
|
||||
"variables": [
|
||||
{
|
||||
"label": "Fully Qualified Host Name",
|
||||
"source": "console",
|
||||
"default": "",
|
||||
"name": "Fdqn",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"label": "Design domain",
|
||||
"source": "console",
|
||||
"default": "",
|
||||
"name": "DesignDomain",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"templates": [
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_win.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_windows.ps1"
|
||||
},
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_linux.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_linux.ps1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "server",
|
||||
"guide": "https://docs.qaskx.one/templates/build/golang/server",
|
||||
"description": "golang build server template",
|
||||
"variables": [
|
||||
{
|
||||
"label": "Fully Qualified Host Name",
|
||||
"source": "console",
|
||||
"default": "",
|
||||
"name": "Fdqn",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"label": "Design domain",
|
||||
"source": "console",
|
||||
"default": "",
|
||||
"name": "DesignDomain",
|
||||
"type": "string",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"templates": [
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_win.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_windows.ps1"
|
||||
},
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_linux.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_linux.ps1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue