openvidu-test-e2e: Jenkinsfile update

pull/255/head
pabloFuente 2019-03-01 10:57:34 +01:00
parent 9d0fade2e4
commit cfc12e1928
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ node('container') {
stage('Preparation') {
sh 'rm -rf ~/.m2 || true'
sh 'rm -rf openvidu || true'
sh 'rm -rf kurento-java || true'
sh 'rm -rf /opt/openvidu/recordings/* || true'
sh 'git clone https://github.com/OpenVidu/openvidu.git'
BUILD_STATUS = sh(returnStatus: true, script: '''#!/bin/bash