blob: 7cc02a9e9847d2aafc37ddf895c1990799447868 [file] [log] [blame]
Paul Sokolovsky99466182022-12-19 22:15:36 +03001- job:
2 name: misra-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:
Paul Sokolovsky29e31842024-01-06 15:03:31 +030011 days-to-keep: 500
12 num-to-keep: 30
Paul Sokolovsky99466182022-12-19 22:15:36 +030013 disabled: false
14 node: build-amd64-private
15 concurrent: false
16 display-name: 'MISRA Docker images build'
Paul Sokolovskye664c042022-12-19 22:39:39 +030017 parameters:
18 - string:
19 name: GERRIT_PROJECT
20 default: 'ci/misra-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: misra-dockerfiles
Paul Sokolovsky99466182022-12-19 22:15:36 +030042 builders:
43 - shell:
44 !include-raw: misra-docker-images/builders.sh
45 publishers:
46 - email:
47 recipients: 'linaro-infrastructure-errors@lists.linaro.org paul.sokolovsky@linaro.org'
Paul Sokolovsky8ca36d22023-08-21 20:57:27 +030048