Commit ae4fe802 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: poll only once a day

This should help get us below salsa's rate limiting.

At the same time, use salsa's webhooks to push git pushes to jenkins.
parent f6dfd246
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ print("""
          regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
    triggers:
      - pollscm:
          cron: '*/6 * * * *'
          cron: 'H H * * *'
    node: '{my_node}'
""")