From b23dd8ec00a92832683d76ba7a5c98aac4bce7f3 Mon Sep 17 00:00:00 2001 From: matthias Date: Sun, 18 Jan 2026 16:54:02 +0100 Subject: [PATCH] added rclone config step --- jenkins/nextcloud_database.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jenkins/nextcloud_database.yml b/jenkins/nextcloud_database.yml index 36bee2c..64f9f19 100644 --- a/jenkins/nextcloud_database.yml +++ b/jenkins/nextcloud_database.yml @@ -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 {