diff --git a/Jenkinsfile b/Jenkinsfile index 0a6445f..7448394 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,3 +32,7 @@ spec: } } } + +stage('Notify gchat') { + hangoutsNotify message: "Alpine 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}