{% extends "base.html" %} {% block bodyContent %}

Configuration - {{display_name}}

{% for panel in panels %}
{% autoescape false %} {{panel.contents}} {% endautoescape %}
{% endfor %}
Collaborators

Collaborators will be notified of build success/failure, be able to trigger test jobs and deploys, and access job details. They will not be permitted to add other new collaborators nor change any project configuration.

Github Settings


Remove Github Webhooks

If you ONLY want to kickoff tests manually via the Strider web interface, Strider can remove the webhook from Github. This will mean Strider is never notified of any commits you make. If you change your mind later, we can always add them back for you from this page.

Webhooks

Target URLs will receive a HTTP POST from Strider with a JSON payload on each project test run. These enable you to receive and process real-time push notifications from our system. Push notifications are signed cryptographically with HMAC-SHA1 using a shared secret so you can verify their authenticity. Signatures are transmitted in the X-Signature-Hub header. See a sample payload.

{% endblock %}