diff --git a/Dockerfile b/Dockerfile index dbe88bb..b467ed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.25.0' \ + VERSION='2.26.0' \ HYDRA_USER='hydra' \ HYDRA_UID='1003' \ HYDRA_GID='1003' diff --git a/Jenkinsfile b/Jenkinsfile index ce801d2..58ffeb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,9 +28,12 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-debian-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/debian/nzbhydra2:v2.25.0 --destination=harbor.ervine.dev/public/x86_64/debian/nzbhydra2:v2.25' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/debian/nzbhydra2:v2.26.0 --destination=harbor.ervine.dev/public/x86_64/debian/nzbhydra2:v2.26' } } } } +stage('Notify gchat') { + hangoutsNotify message: "NZBhydra 2.26.0 on Debian application has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}