aboutsummaryrefslogtreecommitdiff
path: root/trigger-rpb-centos-installer-staging.yaml
blob: 0ac242249d4f6ae54cbb3dee526c07e452004220 (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-centos-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 - CentOS Installer (staging)'
    triggers:
        - pollurl:
            cron: '@hourly'
            polling-node: build
            urls:
              - url: 'http://repo.linaro.org/rpm/linaro-staging/centos-7/repo/'
                check-content:
                  - simple: true
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: '96boards-reference-centos-installer-staging'