Change-Id: I2b3ce0e6e7c0cca63ad8a4713a38fc1c4fe63cb9
{% set color = "warning" %}
{% endif %}
<tr class="{{color}}">
- <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
+ <th scope="row"><a href="https://gitlab.com/stricted-build/android_build/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
<td>{{build.build_status}}</td>
<td>{{build.build_device}}</td>
<td>{{build.build_version}}</td>
</tr>
{% for build in builds.items %}
<tr>
- <th scope="row"><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
+ <th scope="row"><a href="https://gitlab.com/stricted-build/android_build/pipelines/{{build.build_id}}">{{build.build_id}}</a></th>
<td>{{build.build_status}}</td>
<td>{{build.build_device}}</td>
<td>{{build.build_version}}</td>