This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments