mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: change parameters of docker images
parent
8e31d80fde
commit
247ce5ad4b
|
@ -146,12 +146,12 @@ node('container') {
|
|||
// Mediasoup TESTS
|
||||
// ----
|
||||
stage ('Environment Launch Mediasoup') {
|
||||
environmentLaunch('openvidu/mediasoup-controller:$MEDIASOUP_CONTROLLER_VERSION')
|
||||
environmentLaunch('mediasoup')
|
||||
}
|
||||
try {
|
||||
stage ('OpenVidu Mediasoup E2E tests') {
|
||||
try {
|
||||
openViduE2ETest('mediasoup')
|
||||
openViduE2ETest('openvidu/mediasoup-controller:$MEDIASOUP_CONTROLLER_VERSION')
|
||||
} catch (err) {
|
||||
// In case of error, fail the stage
|
||||
sh 'exit 1'
|
||||
|
|
Loading…
Reference in New Issue