openvidu-test-e2e: Jenkinsfile uses kurento-java dev

pull/108/merge
pabloFuente 2018-08-14 19:48:18 +02:00
parent b55faf831b
commit 8b8211066d
1 changed files with 4 additions and 0 deletions

View File

@ -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') {