Jenkinsfile: rollback (always download custom layout)
This commit is contained in:
parent
5ad2e4d975
commit
9e2a64ee55
9
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
9
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -23,14 +23,7 @@ node('container') {
|
||||
'''.stripIndent())
|
||||
},
|
||||
'Download custom layout': {
|
||||
sh(script: '''#!/bin/bash -xe
|
||||
CUSTOM_LAYOUT=/opt/openvidu/test-layouts/layout1/index.html
|
||||
if [ ! -f $CUSTOM_LAYOUT ]; then
|
||||
wget https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-test-e2e/docker/my-custom-layout/index.html -O $CUSTOM_LAYOUT
|
||||
else
|
||||
echo "File $CUSTOM_LAYOUT already exists"
|
||||
fi
|
||||
'''.stripIndent())
|
||||
sh 'wget --directory-prefix=/opt/openvidu/test-layouts/layout1 https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-test-e2e/docker/my-custom-layout/index.html'
|
||||
}
|
||||
)
|
||||
parallel (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user