diff --git a/Dockerfile b/Dockerfile index 161c453..a67dbcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='0.4.0' + VERSION='0.4.2' RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk update && \ diff --git a/Jenkinsfile b/Jenkinsfile index 0f00bb6..c443146 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,10 +35,7 @@ spec: } } stage('Notify gchat') { - environment { - MEDUSA_VER = "0.4.2" - } - hangoutsNotify message: "Medusa ${MEDUSA_VER} on openSUSE Leap 15.2 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Medusa 0.4.2 on openSUSE Leap 15.2 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } }