Fix typo in Jenkinsfile for feature5837

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