1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
Jenkins package for YunoHost
Find a file
Cyrille SAVELIEF 88087a88ea
Fixes YunoHost-Apps/jenkins_ynh#108
**Problem.** After the .deb file is installed, dpkg tries to start the service on the default port 8080.

**Solution.** This fix ensure that ynh rollback won't be triggered by dpkg during installation of the .deb file. First, the `dpkg --install` error is silenced. Then `dpkg-query` is used to detect an improperly installed jenkins package. Next, after the port has been updated and the service restarted, `dpkg --configure -a` is executed to finish configuration of the partially installed jenkins package.
2023-06-27 20:44:55 +02:00
.github [autopatch] Upgrade auto-updater 2023-02-23 23:06:21 +01:00
conf Upgrade to v2.375.2 2023-01-12 06:20:56 +00:00
doc Typo 2021-08-31 19:41:47 +02:00
scripts Fixes YunoHost-Apps/jenkins_ynh#108 2023-06-27 20:44:55 +02:00
.gitignore Various fixes 2019-01-21 13:08:17 +01:00
actions.json Small fixes 2020-12-03 19:04:21 +01:00
check_process Upgrade to 2.346.1~ynh1 2022-06-24 03:33:21 +02:00
config_panel.toml 2.319.1 2021-12-08 22:31:34 +01:00
LICENSE maj install 2016-11-30 17:45:05 +01:00
manifest.json Upgrade to v2.375.2 2023-01-12 06:20:56 +00:00
README.md Auto-update README 2023-02-23 22:06:25 +00:00
README_fr.md Auto-update README 2023-02-23 22:06:25 +00:00

Jenkins for YunoHost

Integration level Working status Maintenance status

Install Jenkins with YunoHost

Lire ce readme en français.

This package allows you to install Jenkins quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Extendable continuous integration server

Shipped version: 2.375.2~ynh1

Screenshots

Screenshot of Jenkins

Disclaimers / important information

  • Use the admin panel of your Jenkins to configure this app.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/jenkins_ynh/tree/testing --debug
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