aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-hisilicon-hix5hd2.yaml
blob: e3203c07c5073f0670d83d3136e469781b8b1d53 (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: true
    node: build
    display-name: 'DELETE ME'
    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'