aboutsummaryrefslogtreecommitdiff
path: root/trigger-rpb-debian-installer.yaml
blob: 987ba212323834107e7f7059c4265f667afc36c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- job:
    name: trigger-96boards-reference-debian-installer
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: false
    node: build
    display-name: 'Trigger for Reference Platform - Debian Installer'
    triggers:
        - pollurl:
            cron: '@hourly'
            polling-node: build
            urls:
              - url: 'http://repo.linaro.org/ubuntu/linaro-overlay/dists/jessie/main/binary-arm64/'
                check-content:
                  - simple: true
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: '96boards-reference-debian-installer'