From 075a3d3e8a49b51a25bb58f889213dff5c22517b Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 16 Sep 2020 13:17:10 +0800 Subject: [PATCH] Removed some requirements --- Dockerfile | 2 +- Jenkinsfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0197c7c..944d3a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL MAINTAINER="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ FLASK_APP=/data/app-dev/app.py \ - VERSION=1.1.1 + VERSION=1.1.2 RUN apk update && \ apk -U upgrade --ignore alpine-baselayout && \ diff --git a/Jenkinsfile b/Jenkinsfile index 215cd59..01ae9d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,9 +30,9 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/helm-2.13.1:v3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-2.13.1:v3.12' } } + stage('Notify gchat') { + hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.2 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } } -stage('Notify gchat') { - hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.1 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false -}