I am new to Git and also to Jenkins. My problem is that I can\'t get the Jenkins Maven release plugin to work.
When I build a common Maven build with Jenkins, it wor
I want to build several branches, and check out each branch under its name. I am using GIT plugin 2.4.0.
The answer by Matthias Braun gets you a named branch, but it is not named after the remote branch.
Instead of setting the local branch master, set the local branch $GIT_BRANCH.
I found that solution in https://issues.jenkins-ci.org/browse/JENKINS-6856