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 | 2bab6e7 | 2017-08-07 09:52:45 -0700 | [diff] [blame] | 9 | name: base |
10 | parent: null | ||||
11 | |||||
12 | - job: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 13 | name: project-bitrot |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 14 | nodes: |
15 | - name: static | ||||
James E. Blair | 16d96a0 | 2017-06-08 11:32:56 -0700 | [diff] [blame] | 16 | label: ubuntu-xenial |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 17 | |
Clint Byrum | ead6c56 | 2017-02-01 16:34:04 -0800 | [diff] [blame] | 18 | - project: |
19 | name: org/project | ||||
20 | periodic: | ||||
21 | jobs: | ||||
James E. Blair | 2103778 | 2017-07-19 11:56:55 -0700 | [diff] [blame] | 22 | - project-bitrot |
23 |