Fixing fabricCmd in Jenkinsfile cord-20
Change-Id: Ifc8d5eb193f02f80ca32d3e3ae97efa781e9e0e8
diff --git a/Jenkinsfile b/Jenkinsfile
index 5679a47..cd1311d 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}",