blob: d385fa51682ee95d1347afd52ce25153ae9327e1 [file] [log] [blame]
Vladimir Khlyunev645bb2d2023-06-22 17:52:53 +04001- job-template:
2 project-type: freestyle
3 description: '{job-description}'
4 concurrent: false
5 disabled: false
6 name: cc_table_jjb
7
8 publishers:
9 - archive:
10 artifacts: 'report.html'
11 allow-empty: false
12 scm:
13 - git:
14 branches:
15 - '*/master'
16 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
17 triggers: []
18 builders:
19 - shell:
20 !include-raw-escape: '../scripts/cc_table.sh'
21
22