mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
86e3aa9f26
commit
7b9df608f2
|
@ -24,6 +24,11 @@ node('container') {
|
|||
mvn dependency:get -DrepoUrl=https://maven.openvidu.io/repository/snapshots/ -Dartifact=org.kurento:kurento-jsonrpc-client-jetty:$MVN_VERSION
|
||||
mvn dependency:get -DrepoUrl=https://maven.openvidu.io/repository/snapshots/ -Dartifact=org.kurento:kurento-jsonrpc-server:$MVN_VERSION
|
||||
fi
|
||||
'''.stripIndent())
|
||||
sh(script: '''#!/bin/bash
|
||||
if $KURENTO_MEDIA_SERVER_DEV ; then
|
||||
sudo apt-get install --only-upgrade kurento-media-server
|
||||
fi
|
||||
'''.stripIndent())
|
||||
}
|
||||
stage('OpenVidu parent build') {
|
||||
|
|
Loading…
Reference in New Issue