-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEEDS Webhook trigger!! for command deployment! #1272
Comments
I want to use PHP-CI instead of Jenkins. |
@oitsem099 what do you mean by triggering a build by just posting on it? posting on where? |
just posting on it (webhook). posting on the webhook url. like example. we've been using this for a long time on Jenkins. but Jenkins is a pain in the ass to setup good thing about it that its widely use and very much supported by almost every Repository Integration. which makes PHP-CI the opposite of it. I would really much like to see PHP-CI overtake Jenkins, Travis and etc when it comes to PHP Continuous Integration. but if anyone knows how to trigger the webhook by just posting. if anyone knows how to trigger the webhook please teach me. |
@oitsem099 do not confuse queuing a build vs running the actual build. The webhook URL ( Once in queue the build will be run in the background by the daemon or worker, whichever you set up: |
yes I know Im not confused. what Im trying to do is. Jenkins on the other hand queues it by just posting on the webhook url. |
At least on my end, sending a POST/GET to |
really??? haayyzz they need to update the webhook for the Bitbucket API its not queuing the build :( |
all I see in my webhook is |
Questions:
|
PHP-CI needs a webhook trigger build by just posting on it.
PHP-CI doesn't have it.
I'm using HipChat command to deploy projects on Jenkins USING Webhook.
its not triggering on PHP-CI Webhook except when I push on Bitbucket.
does anyone know how?
cause I really like PHP-CI more than Jenkins
The text was updated successfully, but these errors were encountered: