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/README_fr.md

51 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-23 23:23:53 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2017-12-05 19:30:08 +01:00
# Jenkins pour YunoHost
2022-05-26 00:32:38 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/jenkins.svg)](https://dash.yunohost.org/appci/app/jenkins) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/jenkins.status.svg) ![Statut de maintenance](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
> *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-06-24 03:33:21 +02:00
**Version incluse :** 2.346.1~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
2022-05-23 23:23:53 +02:00
![Capture d'écran de Jenkins](./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
2022-05-23 23:23:53 +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.
2022-05-23 23:23:53 +02:00
``` bash
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
2022-05-23 23:23:53 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>