test
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user