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 {
67
67
68
68
node('api-js-centos-'+env.GIT_BRANCH) {
69
69
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 "
71
71
}
72
72
}
73
73
}
@@ -87,7 +87,7 @@ pipeline {
87
87
88
88
node('rest-js-centos-'+env.GIT_BRANCH) {
89
89
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 "
91
91
}
92
92
}
93
93
}
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pipeline {
67
67
68
68
node('api-js-ubuntu-'+env.GIT_BRANCH) {
69
69
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 "
71
71
}
72
72
}
73
73
}
@@ -87,7 +87,7 @@ pipeline {
87
87
88
88
node('rest-js-ubuntu-'+env.GIT_BRANCH) {
89
89
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 "
91
91
}
92
92
}
93
93
}
You can’t perform that action at this time.
0 commit comments