Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
https://git-wip-us.apache.org/repos/asf is a GitWeb interface to the hosted git repositories.
With the GitWeb interface, we can use HTTP requests to discover the information we require for a SCMSource and a SCMFileSystem and hence avoid the need for a local checkout of the git repository on the master.
Attachments
Issue Links
- links to
Code changed in jenkins
User: Stephen Connolly
Path:
src/main/java/hudson/plugins/git/GitSCM.java
src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
src/main/java/jenkins/plugins/git/GitSCMTelescope.java
http://jenkins-ci.org/commit/git-plugin/1aea53e0aff90eda276c3bc8c23bdf48d4f403ae
Log:
JENKINS-47526Provide an API to allow an AbstractGitSCMSource to work at a distance from the repository rather than requiring a local checkout