Looking for a little bit of clear guidance on how to actually kick off a pipeline based on Jenkins receiving a post from Github.
I know github is correctly sending the post after I commit my code. Jenkins log file shows the following: Dec 19, 2016 12:00:46 AM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber onEvent Received POST for https://github.com/brunoterkaly/myservice I've gone to the appropriate place in my Jenkins project for build triggers and entered, "Build when a change is pushed to GitHub" I have also specified the project URL to be https://github.com/brunoterkaly/myservice/ A lot of posts indicated I needed the trailing, which you can see above. Not feeling very smart after spending a few hours trying to figure something out this simple. Any help would be greatly appreciated, however trivial. Cheers, Bruno -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2c8b8937-2bc5-4a81-a1bf-0ff984d0d424%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
