Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 46cfbca

Browse files
zhangyihui1jianjunz
authored andcommitted
Change owt-client-android to owt-client-javascript in jenkinsfile. (#94)
1 parent c880fa9 commit 46cfbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/p2p.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
script{
2727
withEnv(['JENKINS_NODE_COOKIE=dontkill']) {
2828
sh "python ${env.startServerScript} --p2p-server-path ${env.p2pServerPath} \
29-
--owner open-webrtc-toolkit --repo owt-client-android --commit-id ${GIT_COMMIT} \
29+
--owner open-webrtc-toolkit --repo owt-client-javascript --commit-id ${GIT_COMMIT} \
3030
--github-script ${env.serverGithubScriptPath} --mode p2p"
3131
}
3232
}

0 commit comments

Comments
 (0)