Browse Source

update image

pull/82/head
brandon 4 years ago
parent
commit
959f105821
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -14,7 +14,7 @@ pipeline {
sh "sudo git config --system user.email 'b.yang@ext.tricentis.com'" sh "sudo git config --system user.email 'b.yang@ext.tricentis.com'"
sh "sudo git config --system user.name 'brandon'" sh "sudo git config --system user.name 'brandon'"
dir("argocd-example-apps") { dir("argocd-example-apps") {
sh "cd helm-guestbook && sed -i 's+0.2+0.1+g' values.yaml" sh "cd helm-guestbook && sed -i 's+0.1+0.2+g' values.yaml"
sh "git commit -am 'Publish new version' && git push || echo 'update version'" sh "git commit -am 'Publish new version' && git push || echo 'update version'"
} }
} }

Loading…
Cancel
Save