For reasons, my project requires a Jenkins multibranch pipeline (or similar) where the pipeline definition has to live externally to the SCM, either as a Jenkinsfile or pipeline script. It just needs to be able to scan all branches and follow a predetermined set of steps.
Is this possible?