modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 2.2.3
This commit is contained in:
Jonathan Ervine 2020-05-02 16:23:22 +08:00
parent 25baf2557d
commit 9d1646ff0e
2 changed files with 3 additions and 2 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='2.2.1' \
VERSION='2.2.3' \
HTPC_USER='mediaservice' \
HTPC_GROUP='mediaservice' \
HTPC_UID='1003' \

3
Jenkinsfile vendored
View File

@ -14,7 +14,8 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("v2.2.1")
app.push("2.2.3")
app.push("2.2")
stage('Deploy on k8s'){
sh "/usr/local/bin/kubectl -n media delete po tautulli-0"