Support for remote Jenkinsfiles in a MultiBranch project.
Jenkinsfile are idenitified by the Include branches path (e.g. //depot/Remote/...), but you must add a Mapping in the BranchSource->Advanced->View Mappings to locate the projects source and use a special ${BRANCH_NAME} in the path.
e.g. //depot/ProjectA/${BRANCH_NAME}/...