We have N number of jenkins jobs, which needs to be stored as jenkinsfile in git and scanned from git to get all jobs in oneshot. Is that possible ?
For Example : - lap/a1.jenkinsfile lap/a2.jenkins lap/a3.jenkinsfile
in Jenkins,
when we configure multibranch pipeline in Jenkins, is that possible to get all jobs available in directory 'lap'
Should be a1 a2 a3
Tried with multiple scenarios, but anyways we need to add new item and specify the exact jenkinsfile to have a job displayed in jenkins.