Jenkinsfile: Revert: Execute Kurento tests again

pull/707/head
cruizba 2022-03-04 14:34:27 +01:00
parent ec9088eb4a
commit fa93ba9ae5
1 changed files with 1 additions and 2 deletions

View File

@ -120,8 +120,7 @@ node('container') {
try { try {
stage ('OpenVidu Kurento E2E tests') { stage ('OpenVidu Kurento E2E tests') {
try { try {
// openViduE2ETest("kurento/kurento-media-server:${KURENTO_MEDIA_SERVER_VERSION}") openViduE2ETest("kurento/kurento-media-server:${KURENTO_MEDIA_SERVER_VERSION}")
echo 'Ignore Kurento'
} catch (err) { } catch (err) {
// In case of error, fail the stage // In case of error, fail the stage
sh 'exit 1' sh 'exit 1'