diff --git a/README.md b/README.md index 2dd4d31..0afef2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.289.1~ynh1 +**Shipped version:** 2.289.2~ynh1 diff --git a/README_fr.md b/README_fr.md index e429f24..e51205b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Serveur d'intégration continue extensible -**Version incluse :** 2.289.1~ynh1 +**Version incluse :** 2.289.2~ynh1 diff --git a/check_process b/check_process index 1d562c3..e890347 100644 --- a/check_process +++ b/check_process @@ -23,6 +23,8 @@ upgrade=1 from_commit=3f0f52e24273e9da86ac2fa7000953b7734196a5 # 2.277.4~ynh1 upgrade=1 from_commit=36fdba9bbd201832f5707083b878ae967052ad6a + # 2.289.1~ynh1 + upgrade=1 from_commit=abf516d8a4dd721af8b9a2560a2a1dbd7ea79fb8 backup_restore=1 multi_instance=0 port_already_use=1 (8080) @@ -44,3 +46,5 @@ Notification=none name=2.277.3~ynh1 ; commit=36fdba9bbd201832f5707083b878ae967052ad6a name=2.277.4~ynh1 + ; commit=abf516d8a4dd721af8b9a2560a2a1dbd7ea79fb8 + name=2.289.1~ynh1 diff --git a/conf/app.src b/conf/app.src index b4d7e98..58e4010 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.289.1_all.deb -SOURCE_SUM=5651493ea8f9b761b4f35d952780ccc3e2ddfdf2b1cd1b1fc13291ca214232d7 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.289.2_all.deb +SOURCE_SUM=e03fe0008fac72ddac757b8e084cffbfdd76adadf3d174bd5c29e44d77fd54da SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bed03e8..e99929f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Extendable continuous integration server", "fr": "Serveur d'intégration continue extensible" }, - "version": "2.289.1~ynh1", + "version": "2.289.2~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",