Update Jenkinsfile

This commit is contained in:
2025-05-22 13:10:06 +03:00
parent ce000d9319
commit a149427428

2
Jenkinsfile vendored
View File

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