aboutsummaryrefslogtreecommitdiff
path: root/trigger-rpb-debian-installer-staging.yaml
blob: f7fcb30cda7b9ba3ccec1b7f83d8fef077d5efc9 (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-staging
    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 (staging)'
    triggers:
        - pollurl:
            cron: '@hourly'
            polling-node: build
            urls:
              - url: 'http://repo.linaro.org/debian/erp-16.12-staging/dists/jessie/main/binary-arm64/'
                check-content:
                  - simple: true
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: '96boards-reference-debian-installer-staging'