modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 2.2.1
This commit is contained in:
Jonathan Ervine 2020-03-30 16:19:41 +08:00
parent 9d094563ab
commit 25baf2557d
2 changed files with 2 additions and 1 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.0' \
VERSION='2.2.1' \
HTPC_USER='mediaservice' \
HTPC_GROUP='mediaservice' \
HTPC_UID='1003' \

1
Jenkinsfile vendored
View File

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