Moving port-forward to new ONOS endpoint

Change-Id: I3e781cd5d2e3895402bc851f2ffab5f77a155836
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 0edf422..51c3792 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -113,7 +113,7 @@
                         export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
                         #This uses the default route out, porperly configured is the management
                         mgmt_address=`ip route get 1 | awk '{print \$NF;exit}'`
-                        JENKINS_NODE_COOKIE=dontkill kubectl port-forward -n default service/onos-openflow --address=\$mgmt_address 6653:6653 >> /dev/null 2>&1 &
+                        JENKINS_NODE_COOKIE=dontkill kubectl port-forward -n default service/onos-onos-classic-hs --address=\$mgmt_address 6653:6653 >> /dev/null 2>&1 &
                         """
                     }
                 }