From ba034c8871feeb95c2d24c9d6ec63275133027a5 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Sun, 16 Aug 2020 20:50:41 +0800 Subject: [PATCH] Added Gchat notification --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7d872e4..fd76e2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,3 +33,6 @@ spec: } } +stage('Notify gchat') { + hangoutsNotify message: "Medusa 0.4.0 on openSUSE Leap 15.2 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}