From 3639eccffd7a66592c0cb7bd7ccba0db7d841f55 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 17:11:51 +0800 Subject: [PATCH] Added GChat message --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef41d81..e99109c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,8 +27,12 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-3.11.git', credentialsId: 'git-to-jenkins' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/library/x86_64/alpine:3.11.6 --destination=harbor.ervine.dev/library/x86_64/alpine:3.11' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:3.11.6 --destination=harbor.ervine.dev/public/x86_64/alpine:3.11' } } } } + +stage('Notify gchat') { + hangoutsNotify message: "Alpine 3.11.6 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}