What Git service do you use? If it is GitHub, there is an example here using Generic Webhook Trigger: https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/gwt/bdd/github/github-push-trigger-when-specific-file-changes.feature
You can probably use that plugin with most other Git services as well. Den onsdag 4 april 2018 kl. 06:09:40 UTC+2 skrev Mark Simon: > > My Git repo contains 3 folders ( All 3 folders are in 1 repo) > > A > B > C > > I have 1 jenkins job ( Parameterised and remote trigger enabled via URL > call) which need to invoke based on the folder changes > > https://jenkins/........./.../build1 > https://jenkins/........./.../build2 > https://jenkins/........./.../build3 > https://jenkins/........./.../build4 > > Ex. If folder A changes on the Git i need to invoke build1 & build2 > > If folder B changes on the Git i need to invoke build3 & build4 > > > Can you suggest a solution to this? > -- 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/dff9d8fd-f292-4546-bd40-164730589d2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
