-
New Feature
-
Resolution: Done
-
Minor
-
Jenkins 2.235.1
Bitbucket Server Integration plugin 2.0.0
Bitbucket Server 7.1.1
Microsoft Windows
-
-
3.0.0
I tried to migrate a multibranch project from Bitbucket Branch Source Plugin to Bitbucket Server Integration. Before the migration, the Jenkins master read just the Jenkinsfile of each branch from Bitbucket Server over HTTP, and the Jenkins agent then cloned the repository and submodules and pulled Git LFS files. After the migration, the Jenkins master cloned all branches of the repository and pulled Git LFS files. We cannot afford to let the Jenkins master do that, because of time and disk space. I had to revert the migration for this project.
Please change the Bitbucket Server Integration plugin to support lightweight checkout for Jenkinsfile. Perhaps that is part of "SCM API 2.0" JENKINS-62002; I don't know.
- is duplicated by
-
JENKINS-62349 Git plugin lightweight checkout copies full repository
- Closed
- relates to
-
JENKINS-62002 SCM API 2.0 support for Bitbucket Server Integration
- Open
-
JENKINS-42518 Provide lightweight checkout capability for bitbucket to avoid repository clone for multi-branch pipeline jobs
- Resolved
- links to