mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "Jenkins",
|
|
"id": "jenkins",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Extendable continuous integration server",
|
|
"fr": "Serveur d'intégration continue extensible"
|
|
},
|
|
"version": "2.277.2~ynh2",
|
|
"url": "https://jenkins.io/index.html",
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"previous_maintainers": [{
|
|
"name": "Julien Malik et Maniack Crudelis",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
}],
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/jenkins",
|
|
"default": "/jenkins"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|