Sign in
webkit
/
WebKit
/
b77ef60f9e352abd5f0b9f65cef7d6cf3a025367
/
.
/
Tools
/
BuildSlaveSupport
/
ews-app
/
ews
/
templates
/
retry.html
blob: dae21cb49bea9159370a7c9c77e3ba4cdbbe5d05 [
file
] [
log
] [
blame
]
<form
name
=
"retry"
method
=
"POST"
>
{% csrf_token %}
Attachment id of patch to retry:
<input
name
=
"patch_id"
><input
type
=
"submit"
value
=
"Retry failed builds"
>
</form>