fix passing context to cc builder
Change-Id: I1cfe7425ad2e3cd30e36be7746814332cea6ec96
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index 5ded53f..8963506 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -84,7 +84,7 @@
sh "mkdir -p ${templateOutputDir}"
sh "mkdir -p ${outputDestination}"
- python.buildCookiecutterTemplate(templateDir, content, templateOutputDir, cutterEnv, templateBaseDir)
+ python.buildCookiecutterTemplate(templateDir, COOKIECUTTER_TEMPLATE_CONTEXT, templateOutputDir, cutterEnv, templateBaseDir)
sh "mv -v ${templateOutputDir}/${clusterName}/* ${outputDestination}"
} else {
common.warningMsg("Product " + product + " is disabled")