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/ ", make sure to copy the same settings, and enable it for the same events we use on the other repositories. Also: do not enable it for other events as some of the other options actually break things: some of the additional metadata has no use and also make the payloads too large and trigger anti-flood protections on the CI server, leading for your events to be ignored. Thanks, Sanne On 22 November 2017 at 20:09, Steve Ebersole <st...@hibernate.org> wrote: > 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 to enable this? > _______________________________________________ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev