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