In SVN, multiple projects are organized under "trunk". During migration, these projects ended up under "Master" in Stash. I have to configure Jenkins to build one of these projects within master.
The Git plugin for Jenkins requests the Repo URL along with an optional branch name. However, this doesn't apply to the current situation. The project is not a branch on its own.
This is how the master looks like. How do I go about the configuration on Jenkins for this case? I have been able to build projects when they were at the master level.