modified: Jenkinsfile
Removed docker latest tags
This commit is contained in:
parent
ee9767c842
commit
338a29a682
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,9 +12,7 @@ node("docker-node") {
|
||||
def app = docker.build "library/x86_64/alpine/sonarr"
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("v3.0.3.748")
|
||||
app.push("latest")
|
||||
|
||||
stage('Deploy on K8s'){
|
||||
sh "/usr/local/bin/kubectl -n media delete po sonarr3-0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user