mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
70 lines
2.7 KiB
Markdown
70 lines
2.7 KiB
Markdown
# Jenkins pour YunoHost
|
|
|
|
[![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)
|
|
[![Installer Jenkins avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jenkins)
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
> *Ce package vous permet d'installer jenkins rapidement et simplement sur un serveur YunoHost.
|
|
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) pour savoir comment l'installer et en profiter.*
|
|
|
|
## Résumé
|
|
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.
|
|
|
|
**Version embarquée:** 2.235.2
|
|
|
|
## Captures d'écran
|
|
|
|
![](https://crudelis.fr/lutim/w8DlycXB.png)
|
|
|
|
## Démo
|
|
|
|
Aucune démo pour cette application.
|
|
|
|
## Configuration
|
|
|
|
Utiliser le panneau d'administration de votre Jenkins pour configurer cette application.
|
|
|
|
## Documentation
|
|
|
|
* Documentation officielle: https://jenkins.io/doc/
|
|
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
|
|
|
## Fonctionnalités spécifiques à YunoHost
|
|
|
|
#### Support multi-utilisateurs
|
|
|
|
Supportée, avec LDAP et SSO.
|
|
|
|
#### Architectures supportées.
|
|
|
|
* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/jenkins%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/jenkins/)
|
|
* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/jenkins%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/jenkins/)
|
|
* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/jenkins%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/jenkins/)
|
|
|
|
## Limitations
|
|
|
|
* Ne peut pas être mis à jour après la version actuelle 2.46, car il a besoin de certains paquets qui ne sont pas disponibles sur jessie.
|
|
|
|
## Informations additionnelles
|
|
|
|
## Liens
|
|
|
|
* Reporter un bug: https://github.com/YunoHost-Apps/jenkins_ynh/issues
|
|
* Site de jenkins: https://jenkins.io
|
|
* Dépôt git de jenkins: https://github.com/jenkinsci/jenkins
|
|
* Site de YunoHost: https://yunohost.org/
|
|
|
|
---
|
|
|
|
Informations à l'intention des développeurs
|
|
----------------
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing).
|
|
|
|
Pour tester la branche testing, merci de procéder ainsi.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
|
```
|