Using Jenkins for multi-platform builds.
I have several Multibranch Pipeline projects (one for each platform, since each platform requires very different build steps). I have one code repository with several branches (this is why Multibranch Pipeline projects make sense).
I would like each project of the Multibranch Pipeline project to be different from another Jenkins file, and not everyone trying to use it with the Jenkinsfile file name located in the root of the repository.
This bug fix suggests that I have to do this, but I canβt find the documentation that describes how to do this. Does anyone know how I can do this?
Thank you for your time! Allen
source share