aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-hisilicon-hix5hd2.yaml
blob: ababdfcdcc48c39e52912e1a18b0fd3903c01f19 (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-lt-hisilicon-hix5hd2
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: false
    node: build
    display-name: 'Trigger for HiSilicon LT - hix5hd2'
    scm:
        - git:
            url: http://git.linaro.org/git/landing-teams/working/hisilicon/kernel.git
            refspec: +refs/heads/hix5hd2:refs/remotes/origin/hix5hd2
            name: origin
            branches:
                - refs/heads/hix5hd2
            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: 'LT-HiSilicon-hix5hd2'