Jenkinsfile: change parameters of docker images

pull/658/head
pabloFuente 2021-10-29 19:14:41 +02:00
parent 8e31d80fde
commit 247ce5ad4b
1 changed files with 2 additions and 2 deletions

View File

@ -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'