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)*
2020-12-03 18:24:29 +01:00
> *Ce package vous permet d'installer Jenkins rapidement et simplement sur un serveur YunoHost.
2021-02-25 23:05:04 +01:00
Si vous n'avez pas YunoHost, consultez [le guide ](https://yunohost.org/#/install ) pour apprendre comment l'installer.*
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
Premier serveur d'automatisation open source, Jenkins fournit des centaines de plugins pour supporter la construction, le déploiement et l'automatisation de n'importe quel projet.
2021-06-25 02:07:35 +02:00
**Version incluse :** 2.289.1
2017-12-05 19:30:08 +01:00
## Captures d'écran
![](https://crudelis.fr/lutim/w8DlycXB.png)
2018-06-11 01:20:20 +02:00
## Démo
Aucune démo pour cette application.
2017-12-05 19:30:08 +01:00
## Configuration
2020-12-03 19:04:21 +01:00
Utiliser le panneau d'administration de Jenkins pour configurer cette application.
2017-12-05 19:30:08 +01:00
## Documentation
2020-12-03 18:24:29 +01:00
* Documentation officielle : https://jenkins.io/doc/
* Documentation YunoHost : Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
2017-12-05 19:30:08 +01:00
2021-02-25 23:05:04 +01:00
## Caractéristiques spécifiques YunoHost
2017-12-05 19:30:08 +01:00
#### Support multi-utilisateurs
Supportée, avec LDAP et SSO.
2021-02-25 23:05:04 +01:00
#### Architectures supportées
2017-12-05 19:30:08 +01:00
2021-04-10 00:27:48 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/jenkins.svg )](https://ci-apps.yunohost.org/ci/apps/jenkins/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/jenkins.svg )](https://ci-apps-arm.yunohost.org/ci/apps/jenkins/)
2017-12-05 19:30:08 +01:00
## Liens
2021-02-25 23:05:04 +01:00
* Signaler un bug : https://github.com/YunoHost-Apps/jenkins_ynh/issues
* Site de l'application : https://jenkins.io
* Dépôt de l'application principale : https://github.com/jenkinsci/jenkins
* Site web YunoHost : https://yunohost.org/
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
```