mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
13f33d54ee
commit
86e3aa9f26
|
@ -14,6 +14,7 @@ node('container') {
|
||||||
sh 'rm -rf kurento-java || 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'
|
||||||
|
sh 'cd openvidu && git checkout $OPENVIDU_COMMIT'
|
||||||
sh(script: '''#!/bin/bash
|
sh(script: '''#!/bin/bash
|
||||||
if $KURENTO_JAVA_SNAPSHOT ; then
|
if $KURENTO_JAVA_SNAPSHOT ; then
|
||||||
git clone https://github.com/Kurento/kurento-java.git
|
git clone https://github.com/Kurento/kurento-java.git
|
||||||
|
|
Loading…
Reference in New Issue