2017-12-05 19:30:08 +01:00
|
|
|
|
# Jenkins pour YunoHost
|
|
|
|
|
|
2020-03-29 13:44:56 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/jenkins.svg)](https://dash.yunohost.org/appci/app/jenkins) ![](https://ci-apps.yunohost.org/ci/badges/jenkins.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jenkins.maintain.svg)
|
2020-12-25 20:47:40 +01:00
|
|
|
|
[![Installer Jenkins avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jenkins)
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
2021-06-25 02:17:53 +02:00
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
> *Ce package vous permet d'installer Jenkins rapidement et simplement sur un serveur YunoHost.
|
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2020-12-03 18:24:29 +01:00
|
|
|
|
## Vue d'ensemble
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
Serveur d'intégration continue extensible
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2022-05-22 14:58:59 +02:00
|
|
|
|
**Version incluse :** 2.332.3~ynh1
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
## Captures d'écran
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
![](./doc/screenshots/screenshot1.png)
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
## Avertissements / informations importantes
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-08-31 19:41:52 +02:00
|
|
|
|
* Utiliser le panneau d'administration Jenkins pour configurer l'application.
|
2021-08-31 19:40:12 +02:00
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
|
## Documentations et ressources
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-08-31 19:44:37 +02:00
|
|
|
|
* Site officiel de l'app : https://jenkins.io
|
|
|
|
|
* Documentation officielle utilisateur : https://www.jenkins.io/doc/book/
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/jenkinsci/jenkins
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_jenkins
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/jenkins_ynh/issues
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
2021-02-25 23:05:04 +01:00
|
|
|
|
## Informations pour les développeurs
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing).
|
|
|
|
|
|
2021-02-25 23:05:04 +01:00
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
2017-12-05 19:30:08 +01:00
|
|
|
|
```
|
2019-01-21 13:08:17 +01:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
2017-12-05 19:30:08 +01:00
|
|
|
|
ou
|
2019-01-21 13:08:17 +01:00
|
|
|
|
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
2017-12-05 19:30:08 +01:00
|
|
|
|
```
|
2021-06-25 02:17:53 +02:00
|
|
|
|
|
2021-08-31 19:44:37 +02:00
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|