Bumped to version 0.4.2
This commit is contained in:
parent
ce378029b1
commit
1d4fbc4585
@ -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
5
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user