2021-06-25 02:17:53 +02:00
|
|
|
<!--
|
2024-03-19 00:00:18 +01:00
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
2021-06-25 02:17:53 +02:00
|
|
|
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
|
|
|
|
2023-02-23 23:06:25 +01: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
|
|
|
|
2024-03-19 10:02:53 +01:00
|
|
|
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
|
|
|
|
|
|
|
|
**Shipped version:** 2.426.3~ynh2
|
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
|
|
|
## Documentation and resources
|
2016-11-30 17:49:37 +01:00
|
|
|
|
2024-03-19 00:00:18 +01: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 Store: <https://apps.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
|
|
|
|
2024-03-19 00:00:18 +01: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>
|