I have a project in a monorepo with 2 artifacts : a frontend and a backend.
my-project
frontend
Jenkinsfile
backend
Jenkinsfile
I'd like to use Blue Ocean and multibranch pipeline but is there a way to use two Jenkinsfile
and two pipelines ? Afaik, the Jenkinsfile need to be at the root of the repo.
Otherwise, I will use classic pipeline but I will need to create a new pipeline for each new branch, which is painful.