From e675daeaaf8d28af81f954ab270075011f3db7da Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 14 Sep 2020 14:09:01 +0800 Subject: [PATCH] Bumped to 2.29.0 --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05b54d4..9f677ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.28.1' \ + VERSION='2.29.0' \ HYDRA_USER=hydra \ HYDRA_UID=1003 \ HYDRA_GID=1003 diff --git a/Jenkinsfile b/Jenkinsfile index 51c67c4..02485d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28.1 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.28' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.29.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.29' } } stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 2.28.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "NZBhydra 2.29.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } }