aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-linaro-tracking-llct.yaml
blob: 987e87b715b0fc268acc9c5db4db2a7de67bef04 (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-linux-linaro-tracking-llct
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: false
    node: build
    display-name: 'Trigger for Linux Linaro Kernel (llct)'
    scm:
        - git:
            url: https://git.linaro.org/kernel/linux-linaro-tracking.git
            refspec: +refs/heads/linux-linaro-core-tracking:refs/remotes/origin/linux-linaro-core-tracking
            name: origin
            branches:
                - refs/heads/linux-linaro-core-tracking
            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: 'linux-linaro-tracking-llct'