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

49 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-23 23:23:53 +02:00
<!--
2024-03-29 07:08:48 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-05-23 23:23:53 +02:00
-->
2017-12-05 19:30:08 +01:00
# Jenkins pour YunoHost
2024-06-28 22:36:44 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/jenkins.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-02-23 23:06:25 +01:00
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
2024-03-29 07:08:48 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2017-12-05 19:30:08 +01:00
2024-03-29 07:08:48 +01:00
> *Ce package vous permet dinstaller Jenkins rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-03-19 10:02:53 +01:00
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
2024-03-29 07:08:48 +01:00
**Version incluse:** 2.426.3~ynh2
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
## Documentations et ressources
2017-12-05 19:30:08 +01:00
2024-03-29 07:08:48 +01:00
- Site officiel de lapp: <https://jenkins.io>
- Documentation officielle utilisateur: <https://www.jenkins.io/doc/book/>
- Dépôt de code officiel de lapp: <https://github.com/jenkinsci/jenkins>
- YunoHost Store: <https://apps.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
2024-03-29 07:08:48 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing).
2017-12-05 19:30:08 +01:00
2024-03-29 07:08:48 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-23 23:23:53 +02:00
2024-03-19 00:00:18 +01: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
2024-03-29 07:08:48 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>