From ed1b86afa152cc7a6bb6d6d2cb273611d8ccb21c Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Fri, 11 Dec 2020 11:10:21 +0800 Subject: [PATCH] Fixed jenkinsfile --- Dockerfile | 2 +- Jenkinsfile | 7 +++---- files/start | 0 3 files changed, 4 insertions(+), 5 deletions(-) mode change 100755 => 100644 files/start diff --git a/Dockerfile b/Dockerfile index 1ea619b..bcca4aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 -LABEL "Maintainer Jonathan Ervine " +LABEL Maintainer = "Jonathan Ervine " ENV GETIPLAYER_OUTPUT=/config GETIPLAYER_PROFILE=/config/.get_iplayer PUID=1000 PGID=100 PORT=1935 EXPOSE 1935 diff --git a/Jenkinsfile b/Jenkinsfile index ad395ce..f9f0356 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,9 +30,8 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/get_iplayer:3.26' } } + stage('Notify gchat') { + hangoutsNotify message: "Alpine Linux 3.12.1 with BBC iPlayer has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } } - -stage('Notify gchat') { - hangoutsNotify message: "Alpine Linux 3.12.0 with BBC iPlayer has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false -} diff --git a/files/start b/files/start old mode 100755 new mode 100644