I have two project have Jenkins file in each of the project. Want to build the project on each commit from so that both Jenkisfile used for Building.
I have sample project here https://github.com/JinnaBalu/jh-microservices this is a JAVA Spring MVC, Microservices application having one gateway and one microservice, I may add multiple in future. I want to create a Jenkins pipeline when i commit. able to build when i use the single project single repo having Jenkins in the root folder. but fails when multiple project with one repo. I read about the change directory and doBuild changedDirectories.each { directory -> dir(directory) { doBuild() } } -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ecefa987-fcb8-4a14-81f9-f1f9123957ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.