diff --git a/Jenkinsfile b/Jenkinsfile index 79b132d..5716bd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -130,6 +130,7 @@ spec: } } stage('check Helm Repo') { + agent { label 'local' } steps { sh 'helm repo list' }