aboutsummaryrefslogtreecommitdiff
path: root/trigger-debian-armhf-rootfs.yaml
blob: 3b1eda4d43964dd06262a0e54edb03622bfbd1b9 (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-debian-armhf-rootfs
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: true
    node: build
    display-name: 'Trigger for Debian armhf rootfs'
    triggers:
        - timed: '@weekly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'debian-armhf-rootfs'