Update Jenkinsfile
This commit is contained in:
parent
190d0877db
commit
fe0e099c58
3
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
3
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -15,9 +15,10 @@ node('container') {
|
||||
sh 'mkdir ~/.npm-global && npm config set prefix "~/.npm-global" && echo "export PATH=~/.npm-global/bin:\$PATH" >> ~/.profile && source ~/.profile'
|
||||
}
|
||||
stage('OpenVidu parent build') {
|
||||
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||
sh 'echo "cd openvidu && mvn -DskipTests=true install"'
|
||||
}
|
||||
stage('OpenVidu Browser build') {
|
||||
sh 'mkdir ~/.npm-global && npm config set prefix "~/.npm-global" && echo "export PATH=~/.npm-global/bin:\$PATH" >> ~/.profile && source ~/.profile'
|
||||
sh 'cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run build && npm link'
|
||||
}
|
||||
stage('OpenVidu Node Client build') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user