mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: Jenkinsfile update
parent
25a0d0c24d
commit
9d0fade2e4
|
@ -13,7 +13,7 @@ node('container') {
|
||||||
sh 'rm -rf openvidu || true'
|
sh 'rm -rf openvidu || 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(returnStdout: true, returnStatus: true, script: '''#!/bin/bash
|
BUILD_STATUS = sh(returnStatus: true, 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
|
||||||
cd kurento-java && mvn clean install && MVN_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
cd kurento-java && mvn clean install && MVN_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
|
||||||
|
|
Loading…
Reference in New Issue