Update Jenkinsfile

pull/73/head
Pablo Fuente Pérez 2018-05-21 15:06:21 +02:00 committed by GitHub
parent 17eb1ddc05
commit 0073d15287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ node('container') {
stage('Preparation') { stage('Preparation') {
sh 'rm -rf openvidu || true' sh 'rm -rf openvidu || true'
sh 'rm -rf /opt/openvidu/recordings/* || true' sh 'rm -rf /opt/openvidu/recordings/* || true'
sh 'chmod 777 /.npm || true'
sh 'git clone https://github.com/OpenVidu/openvidu.git' sh 'git clone https://github.com/OpenVidu/openvidu.git'
sh 'mkdir /.npm && chmod -R 777 /.npm || true'
} }
stage('OpenVidu parent build') { stage('OpenVidu parent build') {
sh 'cd openvidu && mvn -DskipTests=true install' sh 'cd openvidu && mvn -DskipTests=true install'