Fixing fabricCmd in Jenkinsfile cord-master

Change-Id: Iccc3fe5bd9d27d4ac53d4b9f325665d8cc704631
diff --git a/Jenkinsfile b/Jenkinsfile
index 69ddf5a..012be35 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -270,7 +270,7 @@
  * @param command        the command to run on the fabric switch
  * @return the output of the command
  */
-def runFabricCmd(headIp, headUser, headPass, user, pass, command) {
+def runFabricCmd(headIp, headUser, headPass, ip, user, pass, command) {
     return runCmd("${haedIp}",
                   "${headUser}",
                   "${headPass}",