aboutsummaryrefslogtreecommitdiff
path: root/trigger-lhg-oe-rocko.yaml
blob: 1797484116dafef3c914cc511b0e5a61f7e58730 (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-rocko
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: master
    display-name: 'Trigger for LHG rocko build'
    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-rocko'