Merge branch 'main' of https://git.mitscherlich.nl/matthias/backup
This commit is contained in:
@@ -14,7 +14,7 @@ pipeline {
|
|||||||
echo "Backup to David is ${params.backuptodavid}"
|
echo "Backup to David is ${params.backuptodavid}"
|
||||||
echo "Backup to External PI is ${params.backuptopi}"
|
echo "Backup to External PI is ${params.backuptopi}"
|
||||||
echo "Excludelist: ${params.excludelist}"
|
echo "Excludelist: ${params.excludelist}"
|
||||||
sh "echo ${params.excludelist} >> excludelist"
|
sh "echo '${params.excludelist}' >> excludelist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Getting RClone Configuration') {
|
stage('Getting RClone Configuration') {
|
||||||
|
|||||||
Reference in New Issue
Block a user