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