aboutsummaryrefslogtreecommitdiff
path: root/trigger-stretch-rootfs.yaml
blob: f486112c1494fda5347c987c84cd06a6fc2547ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- job:
    name: trigger-stretch-rootfs
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: false
    node: build
    display-name: 'Trigger for Debian rootfs (stretch)'
    triggers:
        - timed: '@weekly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'stretch-arm64-rootfs'
            - project: 'stretch-armhf-rootfs'