Skip to content

Instantly share code, notes, and snippets.

@iomartin
Created January 17, 2022 18:09
Show Gist options
  • Save iomartin/7a424321162add6977e43cb7e80c3a85 to your computer and use it in GitHub Desktop.
Save iomartin/7a424321162add6977e43cb7e80c3a85 to your computer and use it in GitHub Desktop.
name='linux'
cf = util.ChangeFilter(project='my project', branch_re='^next_rhel8.\d$')
sched += [schedulers.Nightly(name=name, builderNames=[name], change_filter=cf,
onlyIfChanged=True, hour='*', minute='*')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment