Trigger Specific Jenkins Job on Github Push to specific Directory

49 views
Skip to first unread message

Rahul Kumar

unread,
Dec 1, 2017, 10:40:20 AM12/1/17
to Jenkins Users
I have several Jenkins Job running which Deploy's code to application server. These jobs run automatically whenever there is Commit in Github repository configured through Jenkins Plugin in Github and webhook. Jenkins is running on a Windows system.

We have several applications in the repository, represented by a directory containing the code, each of these applications have a corresponding Jenkins Job which deploy's the code to server when the Job is run.
Since all the applications are in the same repository, so change in any one of the application creates a Push event and thus trigers all the Jobs.

Suppose there are three Applications App1, App2 and App3 and their corresponding Jobs are J1, J2, J3
and  there is a change in App1 and a commit is made in Github repository it causes all the Jobs J1, J2, J3 to trigger and Deploys App1, App2, App3 in server. 

It causes unnecessary confusion since App2, App3 do not have any changes in repository but still gets deployed to server.
Is there any way that i can trigger specific Jenkins job build based on Directory level Changes/Commits in the Github repository. Can we use any git hooks somehow to achieve this?


Victor Martinez

unread,
Dec 1, 2017, 11:15:52 AM12/1/17
to Jenkins Users
What about using the Git - Additional behaviours - Polling ignores with commtits in certains paths?


 






















I used something like that in the past but IIRC was for the github-pull-request plugin, so hopefully it works as you expect.

Cheers
Reply all
Reply to author
Forward
0 new messages