Update Jenkinsfile

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

View File

@ -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-client-jetty:$MVN_VERSION
mvn dependency:get -DrepoUrl=https://maven.openvidu.io/repository/snapshots/ -Dartifact=org.kurento:kurento-jsonrpc-server:$MVN_VERSION mvn dependency:get -DrepoUrl=https://maven.openvidu.io/repository/snapshots/ -Dartifact=org.kurento:kurento-jsonrpc-server:$MVN_VERSION
fi fi
'''.stripIndent())
sh(script: '''#!/bin/bash
if $KURENTO_MEDIA_SERVER_DEV ; then
sudo apt-get install --only-upgrade kurento-media-server
fi
'''.stripIndent()) '''.stripIndent())
} }
stage('OpenVidu parent build') { stage('OpenVidu parent build') {