Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion using_openshift/webhooks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OpenShift builds can be triggered remotely using Webhooks. The following types o

== Displaying a build configuration's Webhook URLs

Use the `openshift cli describe buildConfig [replaceable]#<name>#` command to display the Webhook URLs associated with a build configuration. If no Webhook URLs are displayed, it means that no Webhook trigger is defined for that build configuration.
Use the `osc describe buildConfig [replaceable]#<name>#` command to display the Webhook URLs associated with a build configuration. If no Webhook URLs are displayed, it means that no Webhook trigger is defined for that build configuration.

== Using Github Webhooks

Expand Down