From dcf16c5d078a86af8d4046ca23c93790003d20af Mon Sep 17 00:00:00 2001 From: Benjamin Ernst Date: Wed, 27 Sep 2023 16:20:10 +0200 Subject: [PATCH] #4 fix make-target for helm-package in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d730637..4b32ae0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -238,7 +238,7 @@ void stageAutomaticRelease(Makefile makefile) { .inside("--volume ${WORKSPACE}:/go/src/${project} -w /go/src/${project}") { // Package & Push operator-chart - make 'k8s-helm-package-release' + make 'helm-package-release' withCredentials([usernamePassword(credentialsId: 'harborhelmchartpush', usernameVariable: 'HARBOR_USERNAME', passwordVariable: 'HARBOR_PASSWORD')]) { sh ".bin/helm registry login ${registry} --username '${HARBOR_USERNAME}' --password '${HARBOR_PASSWORD}'"