Files
ProxmoxVE-Local/scripts/json/jenkins.json
Michel Roegl-Brunner 5cb7bc95fa Add filter Buttons
2025-11-13 15:26:49 +01:00

36 lines
886 B
JSON

{
"name": "Jenkins",
"slug": "jenkins",
"categories": [
20
],
"date_created": "2024-12-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://www.jenkins.io/doc/",
"website": "https://www.jenkins.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jenkins.webp",
"config_path": "",
"description": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ",
"install_methods": [
{
"type": "default",
"script": "ct/jenkins.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [],
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
}