github - Trigger Jenkins to build when changes are pushed from git -


i trying jenkins setup start build whenever push sent local branch remote branch.

i believe have setup fields in jenkins browser ide, yet no build produced when push jenkins.

via http://blog.cloudbees.com/2012/01/better-integration-between-jenkins-and.html :

configure system / github web hook: configure system / github web hook

project / configure / build triggers:

enter image description here

the check option on "build when change pushed github" not working. although found workaround poll changes in git every 30 min. monday through friday using "poll scm" option , cron input:

enter image description here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -