mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
7b1d43f7d3
commit
aacd6763f9
|
@ -9,7 +9,7 @@ node('container') {
|
||||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||||
}
|
}
|
||||||
stage('OpenVidu parent build') {
|
stage('OpenVidu parent build') {
|
||||||
sh 'mvn -DskipTests=true install'
|
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||||
}
|
}
|
||||||
stage('OpenVidu Browser build') {
|
stage('OpenVidu Browser build') {
|
||||||
sh 'cd openvidu-browser && npm install && npm run updatetsc && npm link'
|
sh 'cd openvidu-browser && npm install && npm run updatetsc && npm link'
|
||||||
|
|
Loading…
Reference in New Issue