This commit is contained in:
matthias
2026-05-08 14:49:32 +02:00
parent 7a83abe6d3
commit a228f0f340
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline {
parameters {
string(name: 'directoryPrefix', defaultValue: params.directoryPrefix ?: ${env.borglocation}/, description: 'The directory prefix that should be handled')
string(name: 'directoryPrefix', defaultValue: params.directoryPrefix ?: ${env.borglocation}, description: 'The directory prefix that should be handled')
string(name: 'directory', defaultValue: params.directory ?: ' ', description: 'The directory that should be handled')
string(name: 'agentname', defaultValue: params.agentname ?: 'julien', description: 'The agent to run this backup on')
text(name: 'excludelist', defaultValue: params.excludelist ?: '**/cache/** ', description: 'Multiline string to exclude patterns from backup')