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 ee11dd0ffb - Show all commits

3
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
node("docker-node") {
docker.withRegistry('https://harbor.ervine.dev', 'jenkins-to-harbor') {
git branch: "3.11.3", url: "ssh://git@git.ervine.org:2222/jonny/x86_64-alpine-sonarr", credentialsId: 'jenkins-to-git'
git branch: "v3-dev", url: "ssh://git@git.ervine.org:2222/jonny/x86_64-alpine-sonarr", credentialsId: 'jenkins-to-git'
sh "git rev-parse HEAD > .git/commit-id"
def commit_id = readFile('.git/commit-id').trim()
@ -13,6 +13,7 @@ node("docker-node") {
stage "publish"
app.push("v3.0.3.748")
app.push("v3")
stage('Deploy on K8s'){
sh "/usr/local/bin/kubectl -n media delete po sonarr3-0"