diff --git a/README.md b/README.md index 0eb43b2..f2962ec 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.375.2~ynh1 +**Shipped version:** 2.401.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 17ee336..f3e2856 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Serveur d'intégration continue extensible -**Version incluse :** 2.375.2~ynh1 +**Version incluse :** 2.401.2~ynh1 ## Captures d’écran diff --git a/check_process b/check_process index 702d737..aa32213 100644 --- a/check_process +++ b/check_process @@ -30,15 +30,17 @@ # 2.289.3~ynh1 #upgrade=1 from_commit=f165327adcc291a479ab73050bcaa1b84784e763 # 2.303.1~ynh1 - upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 + #upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 # 2.319.1~ynh1 - upgrade=1 from_commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987 + #upgrade=1 from_commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987 # 2.319.2~ynh1 - upgrade=1 from_commit=7e40418b50b5c25d80f3bc521f9627cdd22c4201 + #upgrade=1 from_commit=7e40418b50b5c25d80f3bc521f9627cdd22c4201 # 2.319.3~ynh1 - upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 + #upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 # 2.332.3~ynh1 - upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba + #upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba + # 2.375.2~ynh1 + upgrade=1 from_commit=4733662adabc01ea1e29ca0bf55c45f204bb1857 backup_restore=1 multi_instance=0 change_url=1 diff --git a/conf/app.src b/conf/app.src index cb4045e..169ff26 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.375.2_all.deb -SOURCE_SUM=6e30e1083aa49becbb2c6e6882e863bb3f408cb3870994a249be89acedef6318 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.401.2_all.deb +SOURCE_SUM=73d5da188eee8e149c75461a61c69fa5f298cd6a12ed6842200ccb6bb99bab98 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index eb8617d..74b2ea7 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.375.2~ynh1", + "version": "2.401.2~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",