Update Jenkinsfile

This commit is contained in:
2025-05-22 12:54:44 +03:00
parent 5c590031f2
commit ce000d9319

2
Jenkinsfile vendored
View File

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