aboutsummaryrefslogtreecommitdiff
path: root/trigger-zephyr-aeolus.yaml
blob: c5f89450a899a0da8378875505ba6f8db72766a6 (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-zephyr-aeolus
    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 for Zephyr Aeolus'
    triggers:
        - timed: '@daily'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'zephyr-aeolus'