1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00

Merge pull request #34 from YunoHost-Apps/upgrade

Upgrade to 2.263.4~ynh1
This commit is contained in:
yalh76 2021-03-06 00:54:27 +01:00 committed by GitHub
commit cff94131f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 8 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
**Shipped version:** 2.263.1 **Shipped version:** 2.263.4
## Screenshots ## Screenshots

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Vue d'ensemble ## 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. 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.263.1 **Version incluse :** 2.263.4
## Captures d'écran ## Captures d'écran

View file

@ -24,7 +24,7 @@ Email=
Notification=down Notification=down
;;; Upgrade options ;;; Upgrade options
; commit=29141b702f2954e0f72925121aea82a7fa3fc118 ; commit=29141b702f2954e0f72925121aea82a7fa3fc118
name= Fix for getopts 13 Apr 2019 name=Fix for getopts 13 Apr 2019
manifest_arg=domain=DOMAIN&path=PATH&is_public=1& manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
; commit=0e1aae7be82034650e2c1f6c1ad6d68a41b80176 ; commit=0e1aae7be82034650e2c1f6c1ad6d68a41b80176
name=2.263.1~ynh1 name=2.263.1~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.263.1_all.deb SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.263.4_all.deb
SOURCE_SUM=faae72cc486c3032be31d47ddcaa7bce77aba54ad6bb900ec73550f8096348ba SOURCE_SUM=0c7b15c9502c7d045755b2d0c7f8dfbc35a05adea27c1f7c35bbeca049bcc0ae
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -178,11 +178,12 @@ ynh_script_progression --message="Disabling maintenance mode..." --weight=6
ynh_maintenance_mode_OFF ynh_maintenance_mode_OFF
#================================================= #=================================================
# UPGRADE JENKINS-CLI.PHAR # UPGRADE JENKINS-CLI.JAR
#================================================= #=================================================
ynh_script_progression --message="Upgrading jenkins-cli.phar..." ynh_script_progression --message="Upgrading jenkins-cli.jar..."
wget -nv --no-check-certificate https://127.0.0.1${path_url%/}/jnlpJars/jenkins-cli.jar -O $final_path/jenkins-cli.jar 2>&1 wget -nv --no-check-certificate https://127.0.0.1${path_url%/}/jnlpJars/jenkins-cli.jar -O $final_path/jenkins-cli.jar.temp 2>&1
mv -f $final_path/jenkins-cli.jar.temp $final_path/jenkins-cli.jar
#================================================= #=================================================
# UPGRADE PLUGINS # UPGRADE PLUGINS