Added info printout
This commit is contained in:
@@ -5,6 +5,12 @@ pipeline {
|
||||
booleanParam(name: 'backuptopi', defaultValue: false, description: 'Checked = true. Unchecked = false')
|
||||
}
|
||||
stages {
|
||||
stage('Run Information') {
|
||||
steps {
|
||||
echo "Backup to David is ${params.backuptodavid}"
|
||||
echo "Backup to External PI is ${params.backuptopi}"
|
||||
}
|
||||
}
|
||||
stage('Getting RClone Configuration') {
|
||||
steps {
|
||||
configFileProvider([configFile(fileId: 'e0237193-1245-452e-b035-9d3d501f4c1b', variable: 'rclone_config')]) {
|
||||
|
||||
Reference in New Issue
Block a user