aboutsummaryrefslogtreecommitdiff
path: root/trigger-lhg-oe-build-next.yaml
blob: f97f8ce2c6207ae7c5f9ecf565088f4689d851d0 (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-next
    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 (staging)'
    triggers:
        # Run the builds every Monday, Wednesday, and Friday in the morning
        - timed: 'H H(0-6) * * 1,3,5'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lhg-oe-build-next'