I have a multi-module maven project split in to different git repositories. I am using a jenkinsfile with declarative syntax in each repo (in each branch in fact) to build each maven module. The build gets triggered from commits via webhooks in gitlab. So far so good. Now when I commit changes to my project's API-module, I also want to trigger builds for all other modules, which use the API as upstream dependency. So, the question is, (how) can I trigger downstream dependencies builds from other repositories via pipeline? Any maven project available using declarative pipelines, which I could use as reference?
-- 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/cd379488-b283-4ff5-ace4-8672b04c64f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
