简体   繁体   中英

How to trigger PHP-CI webhook manually aside from pushing

does anyone know how to trigger the PHP-CI webhook manually?

cause I wanted it to connect to Hipchat Integration.

The URL to trigger a webhook is built as follows:
PHPCI_URL/webhook/git/PROJECT_ID

As answer you should receive a JSON response as follows:
{"status":"ok","buildID":"7"}

Keep in mind you'll just be queueing a build, it will not do the build.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM