aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerfiles-monthly.yaml
blob: 63b68e30edc6eea30a66d2347c480f4d1b750ae8 (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
35
36
37
38
39
- job:
    name: ci-dockerfiles-monthly
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-discover
            linaro:
                - job-read
                - job-extended-read
                - job-build
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 200
    disabled: false
    display-name: 'CI docker image monthly rebuild'
    triggers:
        - timed: '@monthly'
    scm:
        - git:
            url: https://git.linaro.org/ci/dockerfiles.git
            basedir: dockerfiles
            skip-tag: true
            clean:
                before: true
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: ci-dockerfiles-deployment/update-images.sh
        - trigger-builds:
            - project: ci-dockerfile-build
              parameter-factories:
                - factory: filebuild
                  file-pattern: docker_*_build.txt
    publishers:
        - email:
            recipients: systems@linaro.org