[VOL-2925] Adding new Sercomm ONU with 1t8gem working software

Change-Id: I77215979e230626b61405ca1f659bff409d584af
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 8db59c6..838d765 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -136,6 +136,7 @@
                         }
                         timeout(1) {
                             out_get_tp = sh returnStatus: true, script: """
+                            export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
                             etcd_container=\$(kubectl get pods -n voltha | grep voltha-etcd-cluster | awk 'NR==1{print \$1}')
                             get_result=\$(kubectl exec -it \$etcd_container -n voltha -- /bin/sh -c 'ETCDCTL_API=3 etcdctl get --prefix service/voltha/technology_profiles/${tech_prof_directory}/64')
                             """