Update Jenkinsfile
This commit is contained in:
parent
17eb1ddc05
commit
0073d15287
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -8,8 +8,8 @@ node('container') {
|
||||
stage('Preparation') {
|
||||
sh 'rm -rf openvidu || true'
|
||||
sh 'rm -rf /opt/openvidu/recordings/* || true'
|
||||
sh 'chmod 777 /.npm || true'
|
||||
sh 'git clone https://github.com/OpenVidu/openvidu.git'
|
||||
sh 'mkdir /.npm && chmod -R 777 /.npm || true'
|
||||
}
|
||||
stage('OpenVidu parent build') {
|
||||
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user