Update Jenkinsfile

pull/127/head
Pablo Fuente Pérez 2018-09-28 18:41:00 +02:00 committed by GitHub
parent 09c3a16de8
commit 49828d09a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -8,13 +8,6 @@ node('container') {
stage('Preparation') {
sh 'rm -rf openvidu || true'
sh 'rm -rf /opt/openvidu/recordings/{,.[!.]}* || true'
sh 'rm -rf kurento-java || 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') {