Update vars/jenkinsPipelineSkeleton.groovy
This commit is contained in:
@@ -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.port)
|
||||
buildAndDeploy(projectName, config.helmChart, config.helmRepo, config.version, config.useCustomDocker, config.useInsecureRegistry, config.port)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user