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

Commit 0280055

Browse files
cisco66666peng
andauthored
Separate master and branch test logs (#361)
Co-authored-by: peng <[email protected]>
1 parent 3ddfc22 commit 0280055

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/conference.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pipeline {
6767

6868
node('api-js-centos-'+env.GIT_BRANCH) {
6969
container('test-images') {
70-
sh "/root/startRun.sh * * centos test ${env.GIT_COMMIT} ConferenceClient_API_1"
70+
sh "/root/startRun.sh * * centos test ${env.GIT_COMMIT} ConferenceClient_API_1 $env.GIT_BRANCH"
7171
}
7272
}
7373
}
@@ -87,7 +87,7 @@ pipeline {
8787

8888
node('rest-js-centos-'+env.GIT_BRANCH) {
8989
container('test-images') {
90-
sh "/root/startRun.sh * * centos test ${env.GIT_COMMIT} ConferenceClient_API_2"
90+
sh "/root/startRun.sh * * centos test ${env.GIT_COMMIT} ConferenceClient_API_2 $env.GIT_BRANCH"
9191
}
9292
}
9393
}

test/ubuntuconference.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pipeline {
6767

6868
node('api-js-ubuntu-'+env.GIT_BRANCH) {
6969
container('test-images') {
70-
sh "/root/startRun.sh * * ubuntu test ${env.GIT_COMMIT} ConferenceClient_API_1"
70+
sh "/root/startRun.sh * * ubuntu test ${env.GIT_COMMIT} ConferenceClient_API_1 $env.GIT_BRANCH"
7171
}
7272
}
7373
}
@@ -87,7 +87,7 @@ pipeline {
8787

8888
node('rest-js-ubuntu-'+env.GIT_BRANCH) {
8989
container('test-images') {
90-
sh "/root/startRun.sh * * ubuntu test ${env.GIT_COMMIT} ConferenceClient_API_2"
90+
sh "/root/startRun.sh * * ubuntu test ${env.GIT_COMMIT} ConferenceClient_API_2 $env.GIT_BRANCH"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)