Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 1 | - pipeline: |
2 | name: periodic | ||||
3 | manager: independent | ||||
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 4 | trigger: |
5 | timer: | ||||
6 | - time: '* * * * * */1' | ||||
7 | |||||
8 | - job: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 9 | name: project-bitrot |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 10 | nodes: |
11 | - name: static | ||||
James E. Blair | 16d96a0 | 2017-06-08 11:32:56 -0700 | [diff] [blame] | 12 | label: ubuntu-xenial |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 13 | |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 14 | - project: |
15 | name: org/project | ||||
16 | periodic: | ||||
17 | jobs: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 18 | - project-bitrot |
19 |