aboutsummaryrefslogtreecommitdiff
path: root/trigger-lhg-oe-build.yaml
blob: e81915677f6cbbc5369ea2296841de27fa43aa0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- job:
    name: trigger-lhg-oe-build
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
    disabled: true
    node: triggers
    display-name: 'Trigger for LHG rpb-based build'
    triggers:
        # Run the builds every Tuesday, Thursday, and Saturday in the morning
        - timed: 'H H(0-6) * * 2,4,6'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lhg-oe-build'