Update Jenkinsfile
This commit is contained in:
parent
18259d7f08
commit
3a7f5b4f8a
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -12,7 +12,7 @@ node('container') {
|
||||
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||
}
|
||||
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') {
|
||||
sh 'cd openvidu/openvidu-node-client && npm install --unsafe-perm && npm run build && npm link'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user