Update Jenkinsfile
This commit is contained in:
parent
4286aacd91
commit
323c7edca0
3
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
3
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -20,8 +20,7 @@ node('container') {
|
||||
sh 'echo "cd openvidu && mvn -DskipTests=true install"'
|
||||
}
|
||||
stage('OpenVidu Browser build') {
|
||||
sh 'npm config set prefix "~/.npm-global" && source ~/.profile || true'
|
||||
sh 'cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run build && npm link'
|
||||
sh 'npm config set prefix "~/.npm-global" && source ~/.profile && cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run build && 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