diff --git a/Jenkinsfile b/Jenkinsfile index 5ba4a00..e6bfc40 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,4 +33,6 @@ spec: } } - +stage('Notify gchat') { + hangoutsNotify message: "Bedrock Server on debian has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}