aboutsummaryrefslogtreecommitdiff
path: root/trigger-96boards-b2260-u-boot.yaml
blob: 1c436eaf965f7206b45998d8f8ea82b56231b0e0 (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
- job:
    name: trigger-96boards-b2260-u-boot
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: build
    display-name: 'Trigger for 96boards - STiH410 B2260 U-Boot'
    scm:
        - git:
            url: https://github.com/cpriouzeau/STi-U-Boot.git
            refspec: +refs/heads/master:refs/remotes/origin/master
            name: origin
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    triggers:
        - timed: '@monthly'
        - pollscm: 'H/5 * * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - trigger-builds:
            - project: '96boards-b2260-u-boot'