vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

Implement sample REST API in CI service for building the source #23

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

REST API : /api/sample_build_lab is to be implemented for developer to check their github code for given a branch and repository url.

ksripathi commented 7 years ago

github's webhook does not send any info related to branch on POST payload. Hence we can't invoke webhook specific to branch.

ksripathi commented 7 years ago

should be fixed using https://developer.github.com/v3/activity/events/types/#pushevent