My git repository is Azure DevOps and uses Jenkins for continuous integration build and I use TFS Plugin for Jenkins.
For example I have 50 branches, most of them have a different Jenkins file. While I request pull on Azure DevOps, I want to be able to choose the Jenkins file of source branch or target branch.
How can I do that?