From 92daa0ff54e184bab38fa8c4bbe27f9d5b7b4f8f Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 12:56:18 +0000 Subject: [PATCH] 'update files with ansible' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5446e3f..d72ad37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git branch: 'master', url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-helm-python.git', credentialsId: 'jenkins-to-git' 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.1' + 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.1' } } stage('Notify gchat') {