modified: Dockerfile
modified: Jenkinsfile Bumped to version 2.2.1
This commit is contained in:
parent
9d094563ab
commit
25baf2557d
@ -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
1
Jenkinsfile
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user