fixed an error
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user