removed obsolete parameter TEXT
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user