Using Jenkins for multi-platform mutibranch builds.
I have multiple Multibranch Pipeline projects (one for each platform, since each platform requires notably different build steps). I have one code repository with multiple branches (which is why Multibranch Pipeline projects makes sense).
I would like to have each Multibranch Pipeline project reference a different Jenkinsfile, rather than all trying to use the one with the filename "Jenkinsfile" that is located in the root of the repository.
This resolved bug suggests that I should be able to do this, but I can't find any documentation outlining how to do this. Anyone know how I can go about doing this?
Thanks for your time! Allen