1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
jenkins_ynh/manifest.json

54 lines
1.3 KiB
JSON
Raw Normal View History

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-07-14 16:14:01 +02:00
"version": "2.346.2~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/",
"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
}
]
}
}