From 3575d88c1f65834415fb17e608184a388181abde Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Thu, 24 Sep 2020 11:50:02 +0800 Subject: [PATCH] Added GChat notify to build --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 44a37aa..8fb80a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,5 +30,8 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2.0.1504 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2' } } + stage('Notify gchat') { + hangoutsNotify message: "Radarr Movie Manager v0.2.0.1504 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } }