fixed an error

This commit is contained in:
2026-01-12 20:13:07 +01:00
parent 3916a4078a
commit 8f8be6ebb4

View File

@@ -17,7 +17,6 @@ pipeline {
echo "Backup to David is ${params.backuptodavid}"
echo "Backup to External PI is ${params.backuptopi}"
echo "Excludelist: ${params.excludelist}"
// Create a file with the exclude list within
sh "echo '${params.excludelist}' >> excludelist"
}
}