diff --git a/Jenkinsfile b/Jenkinsfile index 2bcf1c9..69d2bff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,3 +34,6 @@ spec: } } +stage('Notify gchat') { + hangoutsNotify message: "NZBhydra 2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}