mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Merge pull request #80 from YunoHost-Apps/testing
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
commit
a132c017b9
3 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,7 @@ Extendable continuous integration server
|
||||||
|
|
||||||
**Shipped version:** 2.346.2~ynh1
|
**Shipped version:** 2.346.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Serveur d'intégration continue extensible
|
Serveur d'intégration continue extensible
|
||||||
|
|
||||||
**Version incluse :** 2.346.2~ynh1
|
**Version incluse :** 2.346.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://jenkins.io",
|
"website": "https://jenkins.io",
|
||||||
"userdoc": "https://www.jenkins.io/doc/book/",
|
"userdoc": "https://www.jenkins.io/doc/book/",
|
||||||
"code": "https://github.com/jenkinsci/jenkins"
|
"code": "https://github.com/jenkinsci/jenkins",
|
||||||
|
"cpe": "cpe:2.3:a:jenkins:jenkins"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -50,4 +51,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue