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

Commit c2c6435

Browse files
cisco66666yanbin7
authored andcommitted
fix unit test (#273)
1 parent 21bdf18 commit c2c6435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/conference.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
]) {
2525
node('unit-test') {
2626
container('unit-test') {
27-
sh "cd /root/owt-client-javascript/test/unit/karma-test/ && ./start.sh"
27+
sh "cd /root/owt-client-javascript/test/unit/karma-test/ && ./start.sh $env.GIT_BRANCH $env.CHANGE_ID"
2828
}
2929
}
3030
}

test/ubuntuconference.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
]) {
2525
node('unit-test-ubuntu') {
2626
container('unit-test-ubuntu') {
27-
sh "cd /root/owt-client-javascript/test/unit/karma-test/ && ./start.sh"
27+
sh "cd /root/owt-client-javascript/test/unit/karma-test/ && ./start.sh $env.GIT_BRANCH $env.CHANGE_ID"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)