Bumped to version 0.4.2

This commit is contained in:
jenkins-x-bot 2020-09-08 12:03:35 +08:00
parent ce378029b1
commit 1d4fbc4585
2 changed files with 2 additions and 5 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
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 && \

5
Jenkinsfile vendored
View File

@ -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
}
}
}