Fix target path

Unfortunately redirect doesn't help, so we have to modify the path
so the plugin can upload the file without any errors.

Change-Id: Id29c57319698e88684c44c6d0a68a3c465655275
Related-PROD: https://mirantis.jira.com/browse/RE-583
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index a9d113f..90af5c1 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -479,7 +479,7 @@
                 }
                 def artifactoryLink = artifactory.uploadJobArtifactsToArtifactory([
                     'artifactory'    : 'mcp-ci',
-                    'artifactoryRepo': "drivetrain-local/${JOB_NAME}/${context['cluster_name']}-${BUILD_NUMBER}",
+                    'artifactoryRepo': "artifactory/drivetrain-local/${JOB_NAME}/${context['cluster_name']}-${BUILD_NUMBER}",
                     'buildProps'     : buildProps,
                 ])
                 currentBuild.description += "<br/>${artifactoryLink}"