From 4fa997fe4b492ad0804cf65b24b1562af4a55c38 Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 23 May 2025 13:38:29 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3ce060b..839951b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ spec: stage('Setup Helm Repo') { agent { label 'local' } steps { - sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/' + sh 'helm repo add my-helm-repo $NEXUS_URL' sh 'helm repo update' } }