removed parameters

This commit is contained in:
2026-01-12 20:40:35 +01:00
parent 72f73ad1f3
commit 71aa6e464e

View File

@@ -1,13 +1,13 @@
pipeline { pipeline {
agent any agent any
parameters { // parameters {
booleanParam(name: 'backuplocally', defaultValue: false, description: 'If true local BORG backup will be created') // 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: '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: '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') // 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: ' ', description: 'The directory that should be handled')
text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup') // text(name: 'excludelist', defaultValue: '**/cache/** ', description: 'Multiline string to exclude patterns from backup')
} // }
stages { stages {
stage('Run Information') { stage('Run Information') {
steps { steps {