diff --git a/openvidu-test-e2e/jenkins/Jenkinsfile b/openvidu-test-e2e/jenkins/Jenkinsfile index 40252b57..74917f45 100644 --- a/openvidu-test-e2e/jenkins/Jenkinsfile +++ b/openvidu-test-e2e/jenkins/Jenkinsfile @@ -9,7 +9,7 @@ node('container') { // Copy snapshot credentials withCredentials([file(credentialsId: 'kurento-snapshots-config', variable: 'mvn_settings')]) { - sh "cp \$mvn_settings ${MVN_SETTINGS_VOLUME}" + sh "mv \$mvn_settings ${MVN_SETTINGS_VOLUME}" } // Clone and checkout OpenVidu/openvidu repository