Update jenkins/default_backup.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pipeline {
|
||||
parameters {
|
||||
booleanParam(name: 'UseLocationPrefix', defaultValue: params.UseLocationPrefix ?: true, description: 'Use the environmental storage (FROM directory) location')
|
||||
booleanParam(name: 'UseLocationPrefix', defaultValue: params.UseLocationPrefix ?: false, description: 'Use the environmental storage (FROM directory) location')
|
||||
string(name: 'directory', defaultValue: params.directory ?: ' ', description: 'The directory that should be handled - either at the environmental location or fill in a custom absolute path')
|
||||
string(name: 'name', defaultValue: params.name ?: ' ', description: 'The name of the job/repository that should be handled')
|
||||
string(name: 'agentname', defaultValue: params.agentname ?: 'julien', description: 'The agent to run this backup on')
|
||||
|
||||
Reference in New Issue
Block a user