We have a source code of web application in a specific git repo. For that source code, I have created a multi-branch Jenkins project so every branch has it's own Jenkins history
We have an automation pipe where it runs nightly and I need it to run for each of the branches of the web application source code.
The automation pipe is configured as Jenkinsfile and stands in a different repo than the source code of the web application.
Is there a way I can use a Jenkinsfile representing the automation pipeline with the multi-branch project representing the web application source code build?
Or the only option is to move the Jenkins file to the source code of the web application?