From 5357c892a6a50bd0cf72c8cedae85b9a6f5bab97 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 16 Sep 2020 09:21:46 +0800 Subject: [PATCH] Reordered Jenkinsfile --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -}