Jenkisfile: Move mvn_settings instead of copying

pull/732/head
cruizba 2022-06-01 11:24:39 +02:00
parent 49dc9e7df0
commit f0bba6ee43
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ node('container') {
// Copy snapshot credentials // Copy snapshot credentials
withCredentials([file(credentialsId: 'kurento-snapshots-config', variable: 'mvn_settings')]) { 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 // Clone and checkout OpenVidu/openvidu repository