diff --git a/Jenkinsfile b/Jenkinsfile index 6b07f5b..b78f2b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,3 +32,7 @@ spec: } } } + +stage('Notify gchat') { + hangoutsNotify message: "Caddy 2.0.0-beta13 on Alpine 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}