2024-12-26 20:00:20 +02:00
|
|
|
{
|
2025-05-20 11:51:20 +02:00
|
|
|
"name": "Jenkins",
|
|
|
|
|
"slug": "jenkins",
|
|
|
|
|
"categories": [
|
2025-08-14 21:03:58 +02:00
|
|
|
20
|
2025-05-20 11:51:20 +02:00
|
|
|
],
|
|
|
|
|
"date_created": "2024-12-26",
|
|
|
|
|
"type": "ct",
|
2025-09-10 09:44:09 +02:00
|
|
|
"updateable": true,
|
2025-05-20 11:51:20 +02:00
|
|
|
"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": "12"
|
2024-12-26 20:00:20 +02:00
|
|
|
}
|
2025-05-20 11:51:20 +02:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"default_credentials": {
|
|
|
|
|
"username": null,
|
|
|
|
|
"password": null
|
|
|
|
|
},
|
|
|
|
|
"notes": []
|
|
|
|
|
}
|