From 54d8dbc8da86fe8f4ce53c12834954b63bf669ff Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 17:24:27 +0800 Subject: [PATCH] Added GChat message --- Dockerfile | 2 +- Jenkinsfile | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 701390f..bca433d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.12 +FROM harbor.ervine.dev/public/x86_64/alpine:3.12 MAINTAINER “Jonathan Ervine” ENV GETIPLAYER_OUTPUT=/config GETIPLAYER_PROFILE=/config/.get_iplayer PUID=1000 PGID=100 PORT=1935 diff --git a/Jenkinsfile b/Jenkinsfile index 0e81cbd..925427e 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-get_iplayer.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/library/x86_64/alpine/get_iplayer:3.25' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/get_iplayer:3.25' } } } } + +stage('Notify gchat') { + hangoutsNotify message: "Alpine Linux 3.12.0 with BBC iPlayer has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false +}