Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I trigger jenkins build on merging github branches?

We can trigger jenkins build upon github commit. But I want to trigger jenkins build after merging test branch to development on github.

like image 550
sandy_ws Avatar asked Nov 09 '22 01:11

sandy_ws


1 Answers

There is multiple options in the jenkins. 1 ) Build when a change is pushed to GitHub _ this triggers if code is merged into that repo 2 ) GitHub Pull Request Builder - This will be triggered if any PR is created against the repo BTW we are using Jenkins ver. 1.570.

like image 80
jAvA Avatar answered Nov 15 '22 05:11

jAvA