-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Blocker
-
Component/s: atlassian-bitbucket-server-integration-plugin
-
None
Hello I am using Bitbucket Server IntegrationVersion3.3.2 plugin to connect Jenkins with BBK server.
I have succeed to connect them and clone repo in my multibranch piplineĀ directory.
So, the problem is that I need to clone dir with rep name not only content of it.
now:
repo_name/files - > job_dir/files
I need:
repo_name/files -> job_dir/repo_name/files
So I need to clone repo like git clone command.