mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: Revert: Execute Kurento tests again
parent
ec9088eb4a
commit
fa93ba9ae5
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue