commit | 49256013da66df1453791db14054aa219a1957de | [log] [tgz] |
---|---|---|
author | sturivnyi <sturivnyi@mirantis.com> | Tue Mar 26 15:06:58 2019 +0000 |
committer | sturivnyi <sturivnyi@mirantis.com> | Tue Mar 26 15:06:58 2019 +0000 |
tree | 413fffd359b54f197eb06a14490f366c6ba81c9f | |
parent | 410598cc7d6a286d76d1e076203b3360434bb69c [diff] |
Fix job names PROD-28925 Change-Id: I434a092f53ed58367664d32221cea89371199897
diff --git a/daily_jenkins_job_report/daily_report/templates/report_template.html b/daily_jenkins_job_report/daily_report/templates/report_template.html index 030c2a7..8fa0fad 100644 --- a/daily_jenkins_job_report/daily_report/templates/report_template.html +++ b/daily_jenkins_job_report/daily_report/templates/report_template.html
@@ -51,7 +51,7 @@ <td>{{ item.timestamp|datetimeformat }}</td> <td>{{ item.build_status }}</td> {% if 'https://ci.mcp.mirantis.net/job/oscore-formula-systest-virtual_mcp11_' in item.baseurl %} - <td>{{ item.job_name }}{{ item.baseurl[68:-5] }}</td> + <td>{{ item.job_name }}{{ item.baseurl[72:-5] }}</td> {% else %} <td>{{ item.job_name }}</td> {% endif %}