Update Webgrabplus to 3.1.8 beta (#41)

* Update Dockerfile

* Update Dockerfile.aarch64

* Update Dockerfile.armhf

* Update Jenkinsfile

* Update jenkins-vars.yml

* Update README.md

* Update readme-vars.yml

* Update external_trigger.yml
This commit is contained in:
pbathuk 2021-06-04 14:27:48 +01:00 committed by GitHub
parent 8fb84a1475
commit 2b9d0ad063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 6 deletions

View File

@ -18,7 +18,7 @@ jobs:
fi
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_WEBGRABPLUS_MASTER\". ****"
echo "**** Retrieving external version ****"
EXT_RELEASE=$(echo V3.1.7)
EXT_RELEASE=$(echo V3.1.8)
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
echo "**** Can't retrieve external version, exiting ****"
FAILURE_REASON="Can't retrieve external version for webgrabplus branch master"

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.7"
ARG WEBGRAB_VER="3.1.8"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.7"
ARG WEBGRAB_VER="3.1.8"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.7"
ARG WEBGRAB_VER="3.1.8"
ARG WGUPDATE_VER=""
# environment variables.

2
Jenkinsfile vendored
View File

@ -103,7 +103,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo V3.1.7 ''',
script: ''' echo V3.1.8 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}

View File

@ -247,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **04.06.21:** - Update to version 3.1.8 beta.
* **22.03.21:** - Update to version 3.1.7 beta.
* **07.03.21:** - Update to version 3.1.6 beta.
* **29.01.21:** - Update external version number to show as 3.1.5.

View File

@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-webgrabplus
external_type: na
custom_version_command: 'echo V3.1.7'
custom_version_command: 'echo V3.1.8'
release_type: stable
release_tag: latest
ls_branch: master

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "04.06.21:", desc: "Update to version 3.1.8 beta." }
- { date: "22.03.21:", desc: "Update to version 3.1.7 beta." }
- { date: "07.03.21:", desc: "Update to version 3.1.6 beta." }
- { date: "29.01.21:", desc: "Update external version number to show as 3.1.5." }