Johannes Gnadlinger
Johannes Gnadlinger

Reputation: 1363

Triggering a Jenkins build on GitHub merge event

I installed Github Plugin and set the Poll SCM to 1 minute. Below is a picture of my configuration.

build triggers

So when I commit on my repo, a minute after that the build starts.

On my github repo I created a webhook (but it timesout) and a service which doesnt work either (I think the problem is on my jenkins server).

But the checkbox "Build when a change is pushed to GitHub" is missing.

Upvotes: 13

Views: 8229

Answers (1)

afxentios
afxentios

Reputation: 2568

On the v1.25.1 release of the GitHub plugin, trigger Build when a change is pushed to GitHub has been renamed to GitHub hook trigger for GITScm polling.

Upvotes: 37

Related Questions