Update Jenkinsfile

pull/255/head
Pablo Fuente Pérez 2019-02-24 19:11:05 +01:00 committed by GitHub
parent 9e025978af
commit eb72b19d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ node('container') {
}
stage('OpenVidu parent build') {
sh 'cd openvidu/openvidu-java-client && mvn --batch-mode versions:set -DnewVersion=1.0.0-TEST'
sh 'cd openvidu && mvn --batch-mode -DskipTests=true clean -DskipTests=true compile -DskipTests=true install'
sh 'cd openvidu && mvn --batch-mode -DskipTests=true clean install'
}
stage('OpenVidu Browser build') {
sh 'cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run build && npm link'