aboutsummaryrefslogtreecommitdiff
path: root/trigger-96boards-helium-u-boot.yaml
blob: 4aa5489080baf7f7cf39cd2c0716529da56fac7c (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
28
29
30
31
32
33
- job:
    name: trigger-96boards-helium-u-boot
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: false
    node: build
    display-name: 'Trigger for 96boards - Marvell PXA1928 Helium U-Boot'
    scm:
        - git:
            url: https://git.linaro.org/people/rob.herring/u-boot.git
            refspec: +refs/heads/v2015.07-pxa1928:refs/remotes/origin/v2015.07-pxa1928
            name: origin
            branches:
                - refs/heads/v2015.07-pxa1928
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    triggers:
        - pollscm: 'H/5 * * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - trigger-builds:
            - project: '96boards-helium-u-boot'