openvidu-test-e2e: Jenkinsfile uses kurento-java dev
This commit is contained in:
parent
b55faf831b
commit
8b8211066d
4
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
4
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -7,6 +7,10 @@ node('container') {
|
||||
stage('Preparation') {
|
||||
sh 'rm -rf openvidu || true'
|
||||
sh 'rm -rf /opt/openvidu/recordings/{,.[!.]}* || true'
|
||||
|
||||
sh 'git clone https://github.com/Kurento/kurento-java'
|
||||
sh 'cd kurento-java && mvn install'
|
||||
|
||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||
}
|
||||
stage('OpenVidu parent build') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user