Fix CC model for released-heat* envs

CC contexts for 'released-heat-cicd-pike-contrail41-sl'
and 'released-heat-cicd-pike-dvr-sl' envs were missing
jenkins_pipelines_branch variable. Consequently,
shared-salt.MACRO_GENERATE_COOKIECUTTER_MODEL macro was not
updating this variable with a value provided by
JENKINS_PIPELINE_BRANCH jenkins job param.
As a result jenkins_pipelines_branch model parameter of the
deployed env was set by cookiecutter-templates as:
   jenkins_pipelines_branch: "release/${_param:mcp_version}"

Change-Id: Ibc7285607d7ed066c989af1702a10825d5317f46
Related-Prod:PROD-34612
diff --git a/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml b/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
index d6cacd4..2bb3fd8 100644
--- a/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
+++ b/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
@@ -317,6 +317,7 @@
   rabbitmq_ssl_enabled: 'True'
   openstack_rabbitmq_x509_enabled: 'True'
   openstack_internal_protocol: 'https'
+  jenkins_pipelines_branch: 'release/2019.2.0'
   openstack_keystone_security:
     disable_user_account_days_inactive: 7
     lockout_failure_attempts: 60