32 lines
840 B
JSON
32 lines
840 B
JSON
{
|
|
"name": "woodpecker",
|
|
"guide": "{{.SelfFolder}}/woodpecker.md",
|
|
"description": "Woodpecker CI 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": "custom",
|
|
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
|
"file_name": "woodpecker.yaml",
|
|
"output_folder": "^/",
|
|
"output_name": ".woodpecker.yaml"
|
|
}
|
|
]
|
|
} |