aboutsummaryrefslogtreecommitdiff
path: root/trigger-luajit-aarch64.yaml
blob: b43d4920a780fadfd52bb116ef5ab9e0a5abfafa (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-luajit-aarch64
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: build
    display-name: 'Trigger for LuaJIT CI (Aarch64)'
    scm:
        - git:
            url: https://github.com/cbaylis/luajit-aarch64/
            refspec: +refs/heads/aarch64-v2.1-new:refs/remotes/origin/aarch64-v2.1-new
            name: origin
            branches:
                - refs/heads/aarch64-v2.1-new
            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: 'luajit-aarch64'