Update Jenkinsfile
This commit is contained in:
parent
7b1d43f7d3
commit
aacd6763f9
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -9,7 +9,7 @@ node('container') {
|
||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||
}
|
||||
stage('OpenVidu parent build') {
|
||||
sh 'mvn -DskipTests=true install'
|
||||
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||
}
|
||||
stage('OpenVidu Browser build') {
|
||||
sh 'cd openvidu-browser && npm install && npm run updatetsc && npm link'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user