Update Jenkinsfile

This commit is contained in:
2025-05-22 14:17:51 +03:00
parent f4e0a76070
commit 1a97858322

1
Jenkinsfile vendored
View File

@@ -130,6 +130,7 @@ spec:
} }
} }
stage('check Helm Repo') { stage('check Helm Repo') {
agent { label 'local' }
steps { steps {
sh 'helm repo list' sh 'helm repo list'
} }