Update Jenkinsfile

pull/30/head
Pablo Fuente Pérez 2018-02-22 17:39:27 +01:00 committed by GitHub
parent 7b1d43f7d3
commit aacd6763f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ node('container') {
sh 'git clone https://github.com/OpenVidu/openvidu.git' sh 'git clone https://github.com/OpenVidu/openvidu.git'
} }
stage('OpenVidu parent build') { stage('OpenVidu parent build') {
sh 'mvn -DskipTests=true install' sh 'cd openvidu && mvn -DskipTests=true install'
} }
stage('OpenVidu Browser build') { stage('OpenVidu Browser build') {
sh 'cd openvidu-browser && npm install && npm run updatetsc && npm link' sh 'cd openvidu-browser && npm install && npm run updatetsc && npm link'