aboutsummaryrefslogtreecommitdiff
path: root/trigger-lite-gateway-ubuntu-core.yaml
blob: 7c9f270f9c3505ccd9cbdf4ce3a318cf9f8f3cc3 (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-lite-gateway-ubuntu-core
    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 for LITE - Ubuntu Core gateway image'
    triggers:
        - timed: '@monthly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lite-gateway-ubuntu-core'