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') { stage('check Helm Repo') {
agent any agent { label 'local' }
environment {
KUBECONFIG = credentials('jenkins-server')
}
steps { steps {
sh 'helm repo list' sh 'helm repo list'
} }