You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>From the Web Console homepage, navigate to your project</li>
237
237
<li>Click on Browse > Builds</li>
238
-
<li>From the view for your Build click on the button to copy your GitHub webhook</li>
239
-
<li>Navigate to your repository on GitHub and click on repository settings > webhooks</li>
240
-
<li>Paste your webhook URL provided by OpenShift — that's it!</li>
238
+
<li>Click the link with your BuildConfig name</li>
239
+
<li>Click the Configuration tab</li>
240
+
<li>Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field</li>
241
+
<li>Navigate to your repository on GitHub and click on repository settings > webhooks > Add webhook</li>
242
+
<li>Paste your webhook URL provided by OpenShift</li>
243
+
<li>Leave the defaults for the remaining fields — that's it!</li>
241
244
</ol>
242
245
<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>
243
246
<p>Note: adding a webhook requires your OpenShift server to be reachable from GitHub.</p>
0 commit comments