openvidu-test-e2e: Jenkinsfile update
This commit is contained in:
parent
9d0fade2e4
commit
cfc12e1928
1
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
1
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user