aboutsummaryrefslogtreecommitdiff
path: root/trigger-monthly.yaml
blob: 4723d56fb1d68c8b9345488d98a0d6dd653727a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- job:
    name: trigger-monthly
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: triggers
    display-name: 'Trigger to launch monthly rebuilds'
    triggers:
        - timed: '@monthly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: '96boards-b2260'
        - trigger-builds:
            - project: '96boards-hikey-debian'