Hello, I have a question related to the new Pipeline Multi-branch Project:
I have a lot of small repositories which share the same setup. Currently I use the JobDSL to automatically create new Jobs in Jenkins. In the future I would like to use the Multi Branch Pipeline project. I would use a JobDSL seed job to create a Multibranch Pipeline Project for each of my repositories (>#100, which all share the same setup!). But, since all should share the same setup, I do not want to store a _Jenkinsfile_ in each of the repositories. The Jenkinsfile should be used from a single source (e.g. another repository). My question: Can I use another source for the Jenkinsfile in a Pipeline Multi Branch Project than the Jenkinsfile in the repository itself? In a "normal" Pipeline project one can use a other source for the Jenkinsfile. Do I miss something or is it a missing feature? Thanks. Malte -- 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/72d7249f-003c-43d5-afd6-4edef62defa1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
