2014-12-09 21:00:17 +01:00
|
|
|
{
|
2021-02-25 23:05:04 +01:00
|
|
|
"name": "Jenkins",
|
|
|
|
"id": "jenkins",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Extendable continuous integration server",
|
|
|
|
"fr": "Serveur d'intégration continue extensible"
|
|
|
|
},
|
2022-11-15 07:24:03 +01:00
|
|
|
"version": "2.361.4~ynh1",
|
2021-02-25 23:05:04 +01:00
|
|
|
"url": "https://jenkins.io/index.html",
|
2021-06-25 02:17:47 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://jenkins.io",
|
|
|
|
"userdoc": "https://www.jenkins.io/doc/book/",
|
2022-08-07 20:24:31 +02:00
|
|
|
"code": "https://github.com/jenkinsci/jenkins",
|
|
|
|
"cpe": "cpe:2.3:a:jenkins:jenkins"
|
2021-06-25 02:17:47 +02:00
|
|
|
},
|
2021-02-25 23:05:04 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"maintainer": {
|
2021-08-31 19:35:32 +02:00
|
|
|
"name": "yalh76"
|
2021-02-25 23:05:04 +01:00
|
|
|
},
|
2022-07-14 16:14:01 +02:00
|
|
|
"previous_maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Julien Malik et Maniack Crudelis",
|
|
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
|
|
}
|
|
|
|
],
|
2021-02-25 23:05:04 +01:00
|
|
|
"requirements": {
|
2021-12-08 22:31:34 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-02-25 23:05:04 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-06-24 03:31:22 +02:00
|
|
|
"install": [
|
2021-02-25 23:05:04 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-12-08 22:31:34 +01:00
|
|
|
"type": "domain"
|
2021-02-25 23:05:04 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/jenkins",
|
|
|
|
"default": "/jenkins"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-04-10 00:27:48 +02:00
|
|
|
"default": true
|
2021-02-25 23:05:04 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-08-11 08:24:23 +02:00
|
|
|
}
|