You could try the following steps for each of the Jenkins jobs you want to
build:
1. Define a new freestyle job
2. Define the SCM as git, with the git URL and the "Branches to build"
entered there
3. Add a build step "Invoke top-level maven targets" and enter the maven
goals to exe
I have a Git repository that contains several project with same root
directory with the following structure,
+-repo
+--Root folder
+--- projectA
+--- pom.xml
+--- projectB
+--- pom.xml
I want to built independent jenkins jobs. I need to know what is the
location that I