3.11.6 #1

Merged
jonny merged 13 commits from 3.11.6 into master 2020-07-11 06:47:15 +00:00
Showing only changes of commit 338a29a682 - Show all commits

2
Jenkinsfile vendored
View File

@ -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"