this doesn't really make things faster, but I tried

This commit is contained in:
2025-05-26 13:17:45 +03:00
parent c6d63504f2
commit ff5ad8e5bb
3 changed files with 3 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
def call(String repoName) {
def repoUrl = env.NEXUS_URL
def call(String repoName, String repoUrl) {
container('helm') {
sh "helm repo add ${repoName} ${repoUrl}"
sh 'helm repo update'