mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: Show message to not fail in Kurento
parent
44b0c02a0e
commit
c0efc392c6
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue