-
Improvement
-
Resolution: Fixed
-
Critical
-
-
Blue Ocean 1.4 - beta 2
JENKINS-33273 introduced a lightweight checkout capability to allow SCM implementors to avoid having checkout the scm on the master to read the contents of the Jenkinsfile from the SCM. The comments in that bug mention that git doesn't offer a way to do so but I would think this is possible to do using Bitbucket APIs to read a particular file's contents on a branch.
In our use case, our repository is multi-gigabyte and we have many developers working within it creating many branches so cloning the repo on master for every branch is very costly in terms of time and storage.
- is duplicated by
-
JENKINS-44680 unable to use jenkinsfile with bitbucket branch source on big repository
- Resolved
- is related to
-
JENKINS-33273 Optimize Jenkinsfile loading and branch detection
- Resolved
-
JENKINS-33272 GitHub-specific SCMFileSystem
- Closed
- relates to
-
JENKINS-63033 Implement Lightweight Checkout for Multibranch Pipeline Jobs
- Closed
-
JENKINS-48737 Provide lightweight checkouts for Bitbucket Pull Requests
- Resolved
- links to
- mentioned in
-
Page Loading...