From 2c1839898d0072c37a0a015c2e0d9049b182e335 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 11:34:47 +0800 Subject: [PATCH] Customised gchat message --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ccb7f08..a43e7ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,5 +33,6 @@ spec: } } -stage "notify" -hangoutsNotify message: "This message is from a pipeline!",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +stage("notify") { + hangoutsNotify message: "ZNC on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}