mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: Jenkinsfile uses kurento-java dev
parent
b55faf831b
commit
8b8211066d
|
@ -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…
Reference in New Issue