Jenkinsfile: Show message to not fail in Kurento

pull/707/head
cruizba 2022-03-04 12:54:24 +01:00
parent 44b0c02a0e
commit c0efc392c6
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ node('container') {
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'