Merge pull request #45 from gabemontero/fixWebhookInstructions

update webhook instructions
This commit is contained in:
Ben Parees 2016-05-22 20:10:40 -04:00
commit c3ebdac547
1 changed files with 6 additions and 3 deletions

View File

@ -231,9 +231,12 @@ pre {
<ol>
<li>From the Web Console homepage, navigate to your project</li>
<li>Click on Browse &gt; Builds</li>
<li>From the view for your Build click on the button to copy your GitHub webhook</li>
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks</li>
<li>Paste your webhook URL provided by OpenShift &mdash; that's it!</li>
<li>Click the link with your BuildConfig name</li>
<li>Click the Configuration tab</li>
<li>Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field</li>
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks &gt; Add webhook</li>
<li>Paste your webhook URL provided by OpenShift</li>
<li>Leave the defaults for the remaining fields &mdash; that's it!</li>
</ol>
<p>After you save your webhook, if you refresh your settings page you can see the status of the ping that Github sent to OpenShift to verify it can reach the server.</p>
<p>Note: adding a webhook requires your OpenShift server to be reachable from GitHub.</p>