From 19a3e14482fdaf3d31d22e6f2fb0c47e0aa04d16 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Jan 2026 20:54:11 +0100 Subject: [PATCH] fix 2 --- jenkins/default_backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/default_backup.yml b/jenkins/default_backup.yml index 8e4cdba..5f6c6c7 100644 --- a/jenkins/default_backup.yml +++ b/jenkins/default_backup.yml @@ -5,7 +5,7 @@ pipeline { booleanParam(name: 'backuptostackstorage', defaultValue: false, description: 'If true backup data to TransIP Stack') booleanParam(name: 'backuptodavid', defaultValue: false, description: 'If true rsync the BORG repository to David') booleanParam(name: 'backuptopi', defaultValue: false, description: 'If true rsync the BORG repository to our ExternalPI') - string(name: 'directory', defaultValue: ' ', description: 'The directory that should be handled') + string(name: 'directory', defaultValue: params.directory ?: ' ', description: 'The directory that should be handled') text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') } stages {