print cookiecutter context

Change-Id: Ie4cc59e8ebc839e1e75198e6de705a23ab3f0095
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index 8581089..12b0a53 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -40,6 +40,8 @@
 
             currentBuild.description = clusterName
 
+            print("Using context:\n" + COOKIECUTTER_TEMPLATE_CONTEXT)
+
             stage ('Download Cookiecutter template') {
                 git.checkoutGitRepository(templateEnv, COOKIECUTTER_TEMPLATE_URL, COOKIECUTTER_TEMPLATE_BRANCH, COOKIECUTTER_TEMPLATE_CREDENTIALS)
             }