From 5cd7ecde881df477d59d44589a506938dd73a7cf Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 8 Sep 2020 09:26:51 +0800 Subject: [PATCH] Bumped to 2.5.5, added GChat notifier --- Dockerfile | 2 +- Jenkinsfile | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e401e7..66a362d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.5.4' \ + VERSION='2.5.5' \ TAUT_USER='tautulli' \ TAUT_UID=1003 \ TAUT_GID=1003 diff --git a/Jenkinsfile b/Jenkinsfile index 149b917..a637d6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,8 +27,13 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.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/tautulli:v2.5.4 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5.5 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5' } } } } + +stage('Notify gchat') { + hangoutsNotify message: "Tautulli 2.5.5 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +} +