This commit is contained in:
2026-01-12 20:54:11 +01:00
parent 2ff24eae6e
commit 19a3e14482

View File

@@ -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 {