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
2023-02-23 23:06:25 +01:00
[![Niveau dinté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)*
2023-01-18 20:37:57 +01:00
> *Ce package vous permet dinstaller Jenkins rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2017-12-05 19:30:08 +01:00
2023-01-18 20:37:57 +01:00
## Vue densemble
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
2023-11-16 07:20:30 +01:00
**Version incluse :** 2.426.1~ynh1
2017-12-05 19:30:08 +01:00
2023-01-18 20:37:57 +01:00
## Captures décran
2017-12-05 19:30:08 +01:00
2023-01-18 20:37:57 +01: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
2023-01-18 20:37:57 +01:00
* Site officiel de lapp : <https://jenkins.io>
2022-05-23 23:23:53 +02:00
* Documentation officielle utilisateur : <https://www.jenkins.io/doc/book/>
2023-01-18 20:37:57 +01:00
* Dépôt de code officiel de lapp : <https://github.com/jenkinsci/jenkins>
2023-11-16 07:20:30 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/jenkins>
2022-05-23 23:23:53 +02:00
* 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
2023-01-18 20:37:57 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>