In a Jenkins job config's Build Triggers section, it is possible to add multiple cron expressions separated on each line in the Schedule textarea e.g:
13 20 * * 0,1,2,3,4,5,6
13 8 * * 0,1,2,3,4,5,6
https://stackoverflow.com/a/44209349/1291886
How would one do this using the job-dsl/pipeline syntax?