aboutsummaryrefslogtreecommitdiff
path: root/trigger-96boards-hikey-4.1.yaml
blob: 2f039569b4ea505d4be7dd36f287cf3f54c829bb (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
- job:
    name: trigger-96boards-hikey-4.1
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: true
    node: build
    display-name: 'Trigger for 96boards - HiKey (android-hikey-linaro-4.1)'
    scm:
        - git:
            url: https://github.com/96boards-hikey/linux.git
            refspec: +refs/heads/android-hikey-linaro-4.1:refs/remotes/origin/android-hikey-linaro-4.1
            name: origin
            branches:
                - refs/heads/android-hikey-linaro-4.1
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - trigger-builds:
            - project: '96boards-hikey-4.1'