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 +}