HI all
I would like to know if there is a way to have one jenkins file in one scm and trigger over multiple one. The use case is
A/Jenkinsfile
B
C
trigger build to A, ok I download A B C
trigger build to B, the build fail because it looks for jenkins file in B and not in the first one
that is available
Is there a nice way to do?
Michael
--