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