You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the old changelog and link to a tagged version on GitHub.
Replace outdated jenkins-ci.org with jenkins.io domain name.
Link bug reporting to a page that offers bug, improvement, and security
reporting so that users are encouraged to report issues more accurately
and are encouraged to report security issues in the SECURITY project
rather than the JENKINS project.
to bind this repository at `http://server/jenkins/userContent.git`, and
29
24
This combination is fairly common.
30
25
31
26
The other class of interest is [`RepositoryResolver`](https://github.com/jenkinsci/git-server-plugin/blob/master/src/main/java/org/jenkinsci/plugins/gitserver/RepositoryResolver.java).
32
-
Git server plugin adds necessary [Jenkins SSH](https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH) CLI hook for exposing Git repositories over SSH.
27
+
Git server plugin adds necessary [Jenkins SSH](https://wiki.jenkins.io/display/JENKINS/Jenkins+SSH) CLI hook for exposing Git repositories over SSH.
33
28
The only missing link here is that when the client runs `git clone ssh://server/foo/bar/zot.git`,
34
29
we need to figure out what repositories on the server corresponds to `/foo/bar/zot.git`, and that's what the `RepositoryResolver` extension point does.
35
30
[The sample implementation](https://github.com/jenkinsci/git-userContent-plugin/blob/master/src/main/java/org/jenkinsci/plugins/gitUserContent/GitUserContentRepositorySSHAccess.java) in `git-userContent-plugin` will be hopefully self-explanatory.
@@ -38,9 +33,9 @@ In this case, `GitUserContentRepository` is a singleton (because it's `RootActio
38
33
## Changelog
39
34
40
35
* See [GitHub Releases](https://github.com/jenkinsci/git-server-plugin/releases/latest) for recent releases
41
-
* See the [Changelog Archive](./docs/OLD_CHANGELOG.md) for versions 1.7 and older
36
+
* See the [Changelog Archive](https://github.com/jenkinsci/git-server-plugin/blob/git-server-1.9/docs/OLD_CHANGELOG.md) for versions 1.7 and older
42
37
43
38
## Reporting issues
44
39
45
-
Use [Jenkins Bugtracker](https://issues.jenkins-ci.org/) to report issues or feature requests
40
+
Use [Jenkins issue tracker](https://www.jenkins.io/participate/report-issue/redirect/#17613) to report issues or feature requests
0 commit comments