k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/gubernator/templates/build_404.html (about) 1 % extends 'base.html' 2 {% block title %}Missing build {{build_dir}}{% endblock %} 3 % block header 4 <h1><a href="/builds{{job_dir}}">{{job}}</a> #{{build}}</h1> 5 % endblock 6 % block content 7 <h3>Unable to load build details from <a href="{{build_dir | gcs_browse_url}}">gs:/{{build_dir}}</a></h3> 8 % endblock