2021-06-25 02:17:53 +02:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
2017-12-05 19:30:08 +01:00
|
|
|
# Jenkins for YunoHost
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2022-05-23 23:23:53 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/jenkins.svg)](https://dash.yunohost.org/appci/app/jenkins) ![Working status](https://ci-apps.yunohost.org/ci/badges/jenkins.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/jenkins.maintain.svg)
|
2021-01-09 16:17:08 +01:00
|
|
|
[![Install Jenkins with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jenkins)
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2017-12-05 19:30:08 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
> *This package allows you to install Jenkins quickly and simply on a YunoHost server.
|
2021-02-25 23:05:04 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2017-12-05 19:30:08 +01:00
|
|
|
|
|
|
|
## Overview
|
2018-06-11 01:20:20 +02:00
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
Extendable continuous integration server
|
2018-06-11 01:20:20 +02:00
|
|
|
|
2022-10-07 23:11:04 +02:00
|
|
|
**Shipped version:** 2.361.2~ynh1
|
2017-12-05 19:30:08 +01:00
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
## Screenshots
|
2017-12-05 19:30:08 +01:00
|
|
|
|
2022-05-23 23:23:53 +02:00
|
|
|
![Screenshot of Jenkins](./doc/screenshots/screenshot1.png)
|
2017-12-05 19:30:08 +01:00
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
## Disclaimers / important information
|
2017-12-05 19:30:08 +01:00
|
|
|
|
2021-08-31 19:40:12 +02:00
|
|
|
* Use the admin panel of your Jenkins to configure this app.
|
|
|
|
|
2021-06-25 02:17:53 +02:00
|
|
|
## Documentation and resources
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2022-05-23 23:23:53 +02:00
|
|
|
* 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>
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2021-02-25 23:05:04 +01:00
|
|
|
## Developer info
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2021-02-25 23:05:04 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing).
|
2017-06-13 19:11:22 +02:00
|
|
|
|
2017-12-05 19:30:08 +01:00
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-23 23:23:53 +02: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
|
|
|
or
|
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
|
|
|
|
2022-05-23 23:23:53 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|