'update files with ansible'

This commit is contained in:
jonny 2021-03-30 12:37:46 +00:00
parent 9994122767
commit a42cd588f2

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ spec:
stage('Build with Kaniko') { stage('Build with Kaniko') {
git branch: 'master', url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-helm-python.git', credentialsId: 'jenkins-to-git' git branch: 'master', url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-helm-python.git', credentialsId: 'jenkins-to-git'
container('kaniko') { container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.4.2 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.13.2' sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.5.3 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.13.2'
} }
} }
stage('Notify gchat') { stage('Notify gchat') {