-
Improvement
-
Resolution: Duplicate
-
Minor
-
Jenkins version 2.31
I want to set the path of Jenkinsfile in Multibranch job, because I would like to build two different product from same git repository. These products will have more branches (develop_product1, release_product1, develop_product2, release_product2), that is why I have to create multibranch jobs. I know it strange, but this is the task. Currently, the multibranch use the repo root Jenkinsfile, and I have to write into this the two different build logic. I think it would be nice, if I can override this path, then I will create two dirs for these jenkinsfiles.
- is related to
-
JENKINS-34561 Allow to detect different Jenkinsfile filenames
- Resolved