mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: Jenkinsfile update
parent
9d0fade2e4
commit
cfc12e1928
|
@ -11,6 +11,7 @@ node('container') {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
sh 'rm -rf ~/.m2 || true'
|
sh 'rm -rf ~/.m2 || true'
|
||||||
sh 'rm -rf openvidu || true'
|
sh 'rm -rf openvidu || true'
|
||||||
|
sh 'rm -rf kurento-java || true'
|
||||||
sh 'rm -rf /opt/openvidu/recordings/* || true'
|
sh 'rm -rf /opt/openvidu/recordings/* || true'
|
||||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||||
BUILD_STATUS = sh(returnStatus: true, script: '''#!/bin/bash
|
BUILD_STATUS = sh(returnStatus: true, script: '''#!/bin/bash
|
||||||
|
|
Loading…
Reference in New Issue