Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928

Change-Id: I9cee170bee8768e70236f4d76f4df21a210620ed
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index ed9e879..a33ec4d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,6 +27,6 @@
                            params.GERRIT_BRANCH,
                            params.GERRIT_REFSPEC,
                            params.GERRIT_PATCHSET_REVISION,
-                           params.TEST_INSTALL,
+                           false,
                            params.ARTIFACTORY_SERVER)
 }