diff --git a/Jenkinsfile b/Jenkinsfile index bf8e110..7bd583d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,9 +31,9 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v5.0.7' } } - stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 5.0.7 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false - } +# stage('Notify gchat') { +# hangoutsNotify message: "NZBhydra 5.0.7 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +# } } }