forgot to save that file

This commit is contained in:
2025-05-28 10:26:46 +03:00
parent 8d289d207b
commit 6bf2b7aa2a
3 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ def call(String projectName, Map config) {
stage('Build and Deploy') {
steps {
script {
buildAndDeploy(projectName, config.helmChart, config.helmRepo, config.version, config.useCustomDocker, config.useInsecureRegistry, config.port)
buildAndDeploy(projectName, config.helmChart, config.helmRepo, config.namespace, config.version, config.useCustomDocker, config.useInsecureRegistry, config.port)
}
}
}