From cefe1871aa84faf68b3a83dd28c0bdbf56302736 Mon Sep 17 00:00:00 2001 From: zhangyihui1 Date: Fri, 15 Mar 2019 16:06:25 +0800 Subject: [PATCH] Change owt-client-android to owt-client-javascript in jenkinsfile. --- test/p2p.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/p2p.jenkinsfile b/test/p2p.jenkinsfile index e48b4a18..1908cb57 100644 --- a/test/p2p.jenkinsfile +++ b/test/p2p.jenkinsfile @@ -26,7 +26,7 @@ pipeline { script{ withEnv(['JENKINS_NODE_COOKIE=dontkill']) { sh "python ${env.startServerScript} --p2p-server-path ${env.p2pServerPath} \ - --owner open-webrtc-toolkit --repo owt-client-android --commit-id ${GIT_COMMIT} \ + --owner open-webrtc-toolkit --repo owt-client-javascript --commit-id ${GIT_COMMIT} \ --github-script ${env.serverGithubScriptPath} --mode p2p" } }