I heard GitHub plugins now exist. Has anyone prepared some docs or a quick terminal session of the correct way to get this running? Once this works, my git tpush [1] script should also automatically work!
Thanks, James
[1] https://ttboj.wordpress.com/2016/02/16/introducing-git-tpush/
On Mar 28 21:33, James wrote:
I heard GitHub plugins now exist. Has anyone prepared some docs or a quick terminal session of the correct way to get this running? Once this works, my git tpush [1] script should also automatically work!
Thanks, James
[1] https://ttboj.wordpress.com/2016/02/16/introducing-git-tpush/ _______________________________________________ Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Hi James, There are 2 basic trigger scenarios documented here: https://wiki.centos.org/QaWiki/CI/GithubIntegration
We're working to add a couple more scenarios as they become technically possible.
Cheers! --Brian
On Mon, Mar 28, 2016 at 9:46 PM, Brian Stinson brian@bstinson.com wrote:
Hi James, There are 2 basic trigger scenarios documented here: https://wiki.centos.org/QaWiki/CI/GithubIntegration
We're working to add a couple more scenarios as they become technically possible.
Cheers!
Great! Quick security question, since there doesn't seem to be any auth used in the github webhook sender, is there something that checks the request is _from_ github.com or is this wide open?
Thanks again for setting this up!
Cheers, James