mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Upgrade to 2.277.2
This commit is contained in:
parent
ea2d35d006
commit
e6cf48fdbc
6 changed files with 11 additions and 7 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
|
||||
|
||||
**Shipped version:** 2.263.4
|
||||
**Shipped version:** 2.277.2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
|||
## 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.
|
||||
|
||||
**Version incluse :** 2.263.4
|
||||
**Version incluse :** 2.277.2
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
# upgrade=1 from_commit=29141b702f2954e0f72925121aea82a7fa3fc118
|
||||
# 2.263.1~ynh1
|
||||
upgrade=1 from_commit=0e1aae7be82034650e2c1f6c1ad6d68a41b80176
|
||||
# 2.263.4~ynh1
|
||||
upgrade=1 from_commit=72656bca2e144ef9a92cfec2af6cd13cb8e8aee3
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=1 (8080)
|
||||
|
@ -28,3 +30,5 @@ Notification=down
|
|||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
||||
; commit=0e1aae7be82034650e2c1f6c1ad6d68a41b80176
|
||||
name=2.263.1~ynh1
|
||||
; commit=72656bca2e144ef9a92cfec2af6cd13cb8e8aee3
|
||||
name=2.263.4~ynh1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.263.4_all.deb
|
||||
SOURCE_SUM=0c7b15c9502c7d045755b2d0c7f8dfbc35a05adea27c1f7c35bbeca049bcc0ae
|
||||
SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.277.2_all.deb
|
||||
SOURCE_SUM=05beb3256897bc8219b27ca54c0d6a977da6058eb9829c8156432247fde227fb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=deb
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -37,13 +37,13 @@
|
|||
<views>
|
||||
<hudson.model.AllView>
|
||||
<owner class="hudson" reference="../../.."/>
|
||||
<name>All</name>
|
||||
<name>all</name>
|
||||
<filterExecutors>false</filterExecutors>
|
||||
<filterQueue>false</filterQueue>
|
||||
<properties class="hudson.model.View$PropertyList"/>
|
||||
</hudson.model.AllView>
|
||||
</views>
|
||||
<primaryView>All</primaryView>
|
||||
<primaryView>all</primaryView>
|
||||
<slaveAgentPort>0</slaveAgentPort>
|
||||
<label></label>
|
||||
<nodeProperties/>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Extendable continuous integration server",
|
||||
"fr": "Serveur d'intégration continue extensible"
|
||||
},
|
||||
"version": "2.263.4~ynh1",
|
||||
"version": "2.277.2~ynh1",
|
||||
"url": "https://jenkins.io/index.html",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue