From 71aa6e464e6f29aa304a4e70f35506a52ae47111 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Jan 2026 20:40:35 +0100 Subject: [PATCH] removed parameters --- jenkins/default_backup.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jenkins/default_backup.yml b/jenkins/default_backup.yml index 60de4f1..25e4120 100644 --- a/jenkins/default_backup.yml +++ b/jenkins/default_backup.yml @@ -1,13 +1,13 @@ pipeline { agent any - parameters { - booleanParam(name: 'backuplocally', defaultValue: false, description: 'If true local BORG backup will be created') - 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') - text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') - } +// parameters { +// booleanParam(name: 'backuplocally', defaultValue: false, description: 'If true local BORG backup will be created') +// 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') +// text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') +// } stages { stage('Run Information') { steps {