Update Jenkinsfile

pull/39/head
Pablo Fuente Pérez 2018-03-14 23:34:46 +01:00 committed by GitHub
parent 18259d7f08
commit 3a7f5b4f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ node('container') {
sh 'cd openvidu && mvn -DskipTests=true install' sh 'cd openvidu && mvn -DskipTests=true install'
} }
stage('OpenVidu Browser build') { stage('OpenVidu Browser build') {
sh 'cd openvidu/openvidu-browser && npm install && npm run updatetsc && npm link' sh 'cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run updatetsc && npm link'
} }
stage('OpenVidu Node Client build') { stage('OpenVidu Node Client build') {
sh 'cd openvidu/openvidu-node-client && npm install --unsafe-perm && npm run build && npm link' sh 'cd openvidu/openvidu-node-client && npm install --unsafe-perm && npm run build && npm link'