Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837

Change-Id: I08d795541cecb13f8e4d5497934bbdc849db8e66
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 8140c68..952495f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,6 +42,6 @@
                            params.GERRIT_BRANCH,
                            params.GERRIT_REFSPEC,
                            params.GERRIT_PATCHSET_REVISION,
-                           params.TEST_INSTALL,
+                           false,
                            params.ARTIFACTORY_SERVER)
 }