mirror of https://github.com/OpenVidu/openvidu.git
E2e Jenkinsfile fetch git origin
parent
daec96f465
commit
86cd0fe62f
|
@ -15,7 +15,7 @@ node('container') {
|
|||
sh 'rm -rf kurento-java || true'
|
||||
sh 'rm -rf /opt/openvidu/recordings/* || true'
|
||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||
sh 'cd openvidu && git checkout $OPENVIDU_COMMIT'
|
||||
sh 'cd openvidu && git fetch origin && git checkout $OPENVIDU_COMMIT'
|
||||
sh(script: '''#!/bin/bash
|
||||
if $KURENTO_JAVA_SNAPSHOT ; then
|
||||
git clone https://github.com/Kurento/kurento-java.git
|
||||
|
|
Loading…
Reference in New Issue