diff --git a/Jenkinsfile b/Jenkinsfile index 7b4665f..de03a3f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -144,7 +144,7 @@ spec: stage('Add Helm Repo') { steps { container('helm') { - sh 'helm repo add my-helm-repo http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081' + sh 'helm repo add my-helm-repo $NEXUS_URL' sh 'helm repo update' } }