aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-lng-v4.1.yaml
blob: 4e5148cec00a467e5edd82cc3dc38d7e40918e20 (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
34
35
36
37
38
39
40
41
- job:
    name: trigger-linux-lng-v4.1
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
    disabled: false
    node: build
    display-name: 'Trigger for Linaro Networking Group Kernel v4.1'
    scm:
        - git:
            url: git://git.linaro.org/kernel/linux-linaro-lng.git
            refspec: +refs/heads/linux-linaro-lng-v4.1:refs/remotes/origin/linux-linaro-lng-v4.1
            name: origin
            branches:
                - refs/heads/linux-linaro-lng-v4.1
            basedir: '${HOME}/srv/mirror/linux-linaro-lng'
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    triggers:
        - timed: '@weekly'
        - pollscm: 'H/5 * * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    publishers:
        - trigger:
            project: 'linux-lng-v4.1'