Re: [hibernate-dev] Auto run CI job

2017-11-22 Thread Sanne Grinovero
Hi Steve, to use triggers it implies you need to configure your personal repository to notify the CI server about push events. Have a look at these: - https://github.com/hibernate/hibernate-orm/settings/hooks in particular you'll need the one identified as " http://ci.hibernate.org/ghprbhook/

[hibernate-dev] Auto run CI job

2017-11-22 Thread Steve Ebersole
I am trying to set up a CI job against my personal ORM fork to automatically trigger on push. I follow the configuration from jobs against the main ORM repo which work, but mine does not. I assume it has something to do with it being a personal branch. Is there something I need to do on my repo