removed obsolete parameter TEXT

This commit is contained in:
2026-01-12 08:07:00 +01:00
parent 0e1ebd27b6
commit 4c5aa3af54

View File

@@ -5,7 +5,6 @@ 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')
text(name: 'borgexclude', defaultValue: '**/cache**, **/preview/**', description: 'List of directories or files to exclude')
}
stages {
stage('Run Information') {