aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-linaro-stable-lsk-v3.18-rt.yaml
blob: 58804c27ec42236c2b6b03468e053e098d131b75 (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
42
43
44
45
46
47
48
49
50
51
- job:
    name: trigger-linux-linaro-stable-lsk-v3.18-rt
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
#    parameters:
#        - password:
#            name: token
#            default: ${token}
#        - string:
#            name: ci_base_url
#            default: 'https://ci.linaro.org/job'
    disabled: false
    node: build
    display-name: 'Trigger for Linaro Stable Kernel v3.18 RT'
    scm:
        - git:
            url: https://git.linaro.org/kernel/linux-linaro-stable.git
            refspec: +refs/heads/linux-linaro-lsk-v3.18-rt:refs/remotes/origin/linux-linaro-lsk-v3.18-rt
            name: origin
            branches:
                - refs/heads/linux-linaro-lsk-v3.18-rt
            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:
#        - shell: |
#            #!/bin/bash
#
#            set -e
#
#            curl=`which curl` || { echo 'Failed to find curl' && exit 1; }
#            job_name=`echo ${JOB_NAME} |cut -d'-' -f2-`
#
#            ${curl} --insecure ${ci_base_url}/${job_name}/buildWithParameters?token=${token}
    publishers:
        - trigger:
            project: 'linux-linaro-stable-lsk-v3.18-rt'