added rclone config step
This commit is contained in:
@@ -36,6 +36,14 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Getting RClone Configuration') {
|
||||
steps {
|
||||
configFileProvider([configFile(fileId: 'e0237193-1245-452e-b035-9d3d501f4c1b', variable: 'rclone_config')]) {
|
||||
sh "mkdir -p ${WORKSPACE}/config"
|
||||
sh "cp ${rclone_config} ${WORKSPACE}/config/rclone.conf"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run rclone') {
|
||||
agent {
|
||||
|
||||
Reference in New Issue
Block a user