mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Auto-update README
This commit is contained in:
parent
c9fac641c5
commit
afd4d5ba37
2 changed files with 45 additions and 68 deletions
57
README.md
57
README.md
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Jenkins for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/jenkins)  
|
||||
|
@ -5,49 +10,33 @@
|
|||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Jenkins quickly and simply on a YunoHost server.
|
||||
> *This package allows you to install Jenkins quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
|
||||
|
||||
**Shipped version:** 2.289.1
|
||||
Extendable continuous integration server
|
||||
|
||||
**Shipped version:** 2.289.1~ynh1
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Demo
|
||||
## Disclaimers / important information
|
||||
|
||||
No demo available.
|
||||
* Other infos that people should be aware of, such as:
|
||||
* Use the admin panel of your Jenkins to configure this app.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
## Configuration
|
||||
|
||||
Use the admin panel of your Jenkins to configure this app.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://jenkins.io/doc/
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
Supported, with LDAP and SSO.
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/jenkins/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/jenkins/)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/jenkins_ynh/issues
|
||||
* App website: https://jenkins.io
|
||||
* Upstream app repository: https://github.com/jenkinsci/jenkins
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
* Official app website: https://jenkins.io
|
||||
* Official user documentation: https://www.jenkins.io/doc/book/
|
||||
* Upstream app code repository: https://github.com/jenkinsci/jenkins
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_jenkins
|
||||
* Report a bug: https://github.com/YunoHost-Apps/jenkins_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -59,3 +48,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/test
|
|||
or
|
||||
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
56
README_fr.md
56
README_fr.md
|
@ -4,51 +4,35 @@
|
|||
[](https://install-app.yunohost.org/?app=jenkins)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Jenkins rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
> *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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
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 incluse :** 2.289.1
|
||||
Serveur d'intégration continue extensible
|
||||
|
||||
**Version incluse :** 2.289.1~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Démo
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Aucune démo pour cette application.
|
||||
* Other infos that people should be aware of, such as:
|
||||
* Use the admin panel of your Jenkins to configure this app.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
## Configuration
|
||||
|
||||
Utiliser le panneau d'administration de 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.
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
Supportée, avec LDAP et SSO.
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/jenkins/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/jenkins/)
|
||||
|
||||
## Liens
|
||||
|
||||
* 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/
|
||||
|
||||
---
|
||||
* 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
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -60,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/test
|
|||
ou
|
||||
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue