Update Jenkinsfile

pull/255/head
Pablo Fuente Pérez 2019-03-23 14:43:53 +01:00 committed by GitHub
parent 13f33d54ee
commit 86e3aa9f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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