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

Commit 218847d

Browse files
author
zhenqicx
committed
Disable conference test on 4.2.x branch
1 parent 2c9fb1f commit 218847d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/conference.jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
]){
3333
node ('pack-mcu') {
3434
container ('pack-on-centos') {
35-
sh "/root/packSDKInDocker.sh software $env.GIT_COMMIT $env.GIT_BRANCH $env.CHANGE_ID"
35+
//sh "/root/packSDKInDocker.sh software $env.GIT_COMMIT $env.GIT_BRANCH $env.CHANGE_ID"
3636
}
3737
}
3838
}
@@ -49,7 +49,7 @@ pipeline {
4949

5050
node('api-test') {
5151
container('api-test') {
52-
sh "/root/start.sh ${env.GIT_COMMIT}1 ConferenceClient_api"
52+
//sh "/root/start.sh ${env.GIT_COMMIT}1 ConferenceClient_api"
5353
}
5454
}
5555
}
@@ -64,7 +64,7 @@ pipeline {
6464

6565
node('subscribe-test') {
6666
container('subscribe-test') {
67-
sh "/root/start.sh ${env.GIT_COMMIT}2 ConferenceClient_subscribe"
67+
//sh "/root/start.sh ${env.GIT_COMMIT}2 ConferenceClient_subscribe"
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)