aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-ubuntu-images.yaml
blob: 18511665a505cca9649a1549f71e0b8c9e83f04f (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
- job:
    name: trigger-lt-qcom-ubuntu-images
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    parameters:
        - string:
            name: KERNEL_BRANCH
            default: 'release/qcomlt-4.2'
    disabled: false
    node: build
    display-name: 'Trigger for Qualcomm Ubuntu based images'
    scm:
        - git:
            url: https://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
            refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
            name: origin
            branches:
                - refs/heads/${KERNEL_BRANCH}
            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-qcom-ubuntu-images'
            - project: 'lt-qcom-debian-images'