diff --git a/Jenkinsfile b/Jenkinsfile index c2f8167..392c0f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,9 +30,8 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/dnsmasq:v3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/dnsmasq:v3.12' } } + stage('Notify gchat') { + hangoutsNotify message: "Alpine Linux 3.12.0 with dnsmasq has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } } - -stage('Notify gchat') { - hangoutsNotify message: "Alpine Linux 3.12.0 with dnsmasq has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false -}