From e321b6dce46e127c90eee647fa9cd167421d31d6 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Sun, 22 May 2016 20:00:52 -0400 Subject: [PATCH] update webhook instructions --- welcome/templates/welcome/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index ecb84c5..5c5bafe 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -231,9 +231,12 @@ pre {
  1. From the Web Console homepage, navigate to your project
  2. Click on Browse > Builds
  3. -
  4. From the view for your Build click on the button to copy your GitHub webhook
  5. -
  6. Navigate to your repository on GitHub and click on repository settings > webhooks
  7. -
  8. Paste your webhook URL provided by OpenShift — that's it!
  9. +
  10. Click the link with your BuildConfig name
  11. +
  12. Click the Configuration tab
  13. +
  14. Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field
  15. +
  16. Navigate to your repository on GitHub and click on repository settings > webhooks > Add webhook
  17. +
  18. Paste your webhook URL provided by OpenShift
  19. +
  20. Leave the defaults for the remaining fields — that's it!

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.

Note: adding a webhook requires your OpenShift server to be reachable from GitHub.