update oltuplink port input

Change-Id: I1d836c3f8d79b39577ce03173011c8d82088653a
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 5f1eb99..d0c5d51 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -21,6 +21,7 @@
                 sh returnStdout: true, script: "git clone -b master ${cordRepoUrl}/${configBaseDir}"
                 sh returnStdout: true, script: "git clone -b master ${cordRepoUrl}/voltha-system-tests"
                 sh returnStdout: true, script: "git clone https://github.com/ciena/kind-voltha.git"
+                sh returnStdout: true, script: "cp /home/cord/onos-dhcpl2relay-withFalse.json $WORKSPACE/kind-voltha/onos-files/onos-dhcpl2relay.json"
                 deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
             }
             stage('Clean up') {