From 7f9b399b189b465711c401aa2fa949683e9245a4 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 11:23:53 +0800 Subject: [PATCH] Adding Hangouts messages --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index aa18d17..ccb7f08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,3 +33,5 @@ spec: } } +stage "notify" +hangoutsNotify message: "This message is from a pipeline!",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false