Reordered Jenkinsfile

This commit is contained in:
jenkins-x-bot 2020-09-16 09:21:46 +08:00
parent 4edd5cfa00
commit 5357c892a6

5
Jenkinsfile vendored
View File

@ -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' 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') { stage('Notify gchat') {
hangoutsNotify message: "Alpine Linux 3.12.0 with dnsmasq has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false hangoutsNotify message: "Alpine Linux 3.12.0 with dnsmasq has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
} }
}
}