Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-29 11:10:34 +03:00
parent e679a3d217
commit db56b1f5fd

View File

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