|
...
|
...
|
@@ -57,7 +57,7 @@ All commands assume the `openshift` binary is in your path:
|
|
57
|
57
|
* If you setup the github webhook in step 3, push a change to app.rb in your ruby sample repository from step 2.
|
|
58
|
58
|
* Otherwise you can simulate the webhook invocation by running:
|
|
59
|
59
|
|
|
60
|
|
- $ curl -s -A "GitHub-Hookshot/github" -H "Content-Type:application/json" -H "X-Github-Event:push" -d @buildinvoke/pushevent.json http://localhost:8080/osapi/v1beta1/buildConfigHooks/build100/secret101/github
|
|
|
60
|
+ $ curl -s -A "GitHub-Hookshot/github" -H "Content-Type:application/json" -H "X-Github-Event:push" -d @buildinvoke/pushevent.json http://localhost:8080/osapi/v1beta1/buildConfigHooks/build100/secret101/github
|
|
61
|
61
|
|
|
62
|
62
|
In the OpenShift logs (logs/openshift.log) you should see something like:
|
|
63
|
63
|
|