{% macro cancel_pending_build(cancel_url, authz, short=False, id='all') %} {% if not short %}
{% endif %} {% endmacro %} {% macro stop_change_builds(stopchange_url, changenum, authz) %} {% if not changenum %} {% endif %} {% endmacro %} {% macro stop_build(stop_url, authz, on_all=False, on_selected=False, builders=[], short=False, label="Build") %} {% if not short %} {% endif %} {% endmacro %} {% macro force_build_one_scheduler(force_url, authz, request, on_all, on_selected, builders, sch, default_props) %}