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
99b1c50366
commit
e59aee93d0
2 changed files with 15 additions and 17 deletions
15
README.md
15
README.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Extendable continuous integration server
|
Extendable continuous integration server
|
||||||
|
|
||||||
**Shipped version:** 2.426.3~ynh1
|
**Shipped version:** 2.426.3~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
@ -30,11 +29,11 @@ Extendable continuous integration server
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://jenkins.io>
|
- Official app website: <https://jenkins.io>
|
||||||
* Official user documentation: <https://www.jenkins.io/doc/book/>
|
- Official user documentation: <https://www.jenkins.io/doc/book/>
|
||||||
* Upstream app code repository: <https://github.com/jenkinsci/jenkins>
|
- Upstream app code repository: <https://github.com/jenkinsci/jenkins>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/jenkins>
|
- YunoHost Store: <https://apps.yunohost.org/app/jenkins>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/jenkins_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/jenkins_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -42,7 +41,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
||||||
|
|
17
README_fr.md
17
README_fr.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Serveur d'intégration continue extensible
|
Serveur d'intégration continue extensible
|
||||||
|
|
||||||
**Version incluse :** 2.426.3~ynh1
|
**Version incluse :** 2.426.3~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
@ -30,11 +29,11 @@ Serveur d'intégration continue extensible
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://jenkins.io>
|
- Site officiel de l’app : <https://jenkins.io>
|
||||||
* Documentation officielle utilisateur : <https://www.jenkins.io/doc/book/>
|
- Documentation officielle utilisateur : <https://www.jenkins.io/doc/book/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/jenkinsci/jenkins>
|
- Dépôt de code officiel de l’app : <https://github.com/jenkinsci/jenkins>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/jenkins>
|
- YunoHost Store : <https://apps.yunohost.org/app/jenkins>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/jenkins_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/jenkins_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -42,10 +41,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade jenkins -u https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
|
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>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
Loading…
Add table
Reference in a new issue