20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"manifestVersion": 2,
|
|
"id": "io.knel.jenkins",
|
|
"title": "Jenkins CI/CD",
|
|
"author": "KNEL",
|
|
"description": "Cloudron packaging template for Jenkins CI/CD",
|
|
"website": "https://example.com",
|
|
"contactEmail": "admin@example.com",
|
|
"version": "0.1.0",
|
|
"changelog": "Initial package template",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8080,
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"tags": ["template", "example"],
|
|
"icon": "logo.png"
|
|
}
|
|
|