Update Jenkinsfile

This commit is contained in:
2025-05-22 13:44:09 +03:00
parent a149427428
commit 1ae99c294e

5
Jenkinsfile vendored
View File

@@ -130,7 +130,10 @@ spec:
}
}
stage('check Helm Repo') {
agent any
agent { label 'local' }
environment {
KUBECONFIG = credentials('jenkins-server')
}
steps {
sh 'helm repo list'
}