- job-template: | |
project-type: freestyle | |
description: '{job-description}' | |
concurrent: false | |
disabled: false | |
name: cc_table_jjb | |
publishers: | |
- archive: | |
artifacts: 'report.html' | |
allow-empty: false | |
scm: | |
- git: | |
branches: | |
- '*/master' | |
url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa | |
triggers: [] | |
builders: | |
- shell: | |
!include-raw-escape: '../scripts/cc_table.sh' | |