mirror of https://github.com/OpenVidu/openvidu.git
Jenkisfile: Move mvn_settings instead of copying
parent
49dc9e7df0
commit
f0bba6ee43
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue