blob: 883d959133fcdd8056c5656abcd8162e9ad77c1d [file] [log] [blame]
Kelley Spooncd089f02024-09-12 11:25:41 -05001- job:
2 name: iar-docker-images
3 project-type: freestyle
4 defaults: global
5 properties:
6 - authorization:
7 anonymous:
8 - job-read
9 - job-extended-read
10 - build-discarder:
11 days-to-keep: 500
12 num-to-keep: 30
13 disabled: false
14 node: build-amd64-private
15 concurrent: false
16 display-name: 'IAR Docker images build'
17 parameters:
18 - string:
19 name: GERRIT_PROJECT
20 default: 'ci/iar-dockerfiles'
21 description: |
22 Git project to build (also set by Gerrit trigger)
23 - string:
24 name: GERRIT_BRANCH
25 default: 'master'
26 description: |
27 Git branch to build (also set by Gerrit trigger)
28 - string:
29 name: GERRIT_REFSPEC
30 default: ''
31 scm:
32 - git:
33 url: https://review.trustedfirmware.org/${GERRIT_PROJECT}
34 refspec: ${GERRIT_REFSPEC}
35 branches:
36 - ${GERRIT_BRANCH}
37 skip-tag: true
38 clean:
39 before: true
40 choosing-strategy: gerrit
41 basedir: iar-dockerfiles
42 builders:
43 - shell:
44 !include-raw: iar-docker-images/builders.sh
45 publishers:
46 - email:
47 recipients: 'linaro-infrastructure-errors@lists.linaro.org arthur.she@linaro.org'