aboutsummaryrefslogtreecommitdiff
path: root/trigger-lhg-oe-build.yaml
blob: 7e49cd2d09090a589cd685b055888fb28af59353 (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: false
    node: master
    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'