aboutsummaryrefslogtreecommitdiff
path: root/trigger-96boards-reference-centos-installer-staging.yaml
blob: de362bdfeb73c80cea202a3147aeb0b67238a4ce (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: true
    node: triggers
    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'