-
Bug
-
Resolution: Fixed
-
Major
-
2.73.2
Request to update documentation on how to use the plugin and to switch the plugin to deliver its plugins.jenkins.io documentation from GitHub rather than from the wiki. See JENKINS-59467 for a template that describes how to make that transition. That will allow editing the documentation in the README file with automatic publishing to plugins.jenkins.io.
Basic usage steps of plugin required.
There is a global section available for adding Gitea servers, but completely unclear on how to use it and where to use it.
The Gitea plugin provides an organization folder implementation that should be included in the "Branches and Pull Requests" section of the jenkins.io documentation. A tutorial could be provided with a docker-compose configuration that would allow the reader to complete something like the End-to-End Multibranch Pipeline Project Creation without requiring an account on GitHub.
Gitea is used as the git server in several courses that CloudBees offers as self-paced courses at no charge, including:
- duplicates
-
JENKINS-53098 Gitea Plugin documentation missing
-
- Closed
-
The plugins site includes documentation for:
That provides the basic usage steps of the plugin. The documentation is delivered from plugins.jenkins.io . That covers the first three paragraphs of this request.
The "Branches and Pull Requests" page includes links to the Gitea plugin in the same sections that include links to the GitHub branch source plugin, the Bitbucket branch source plugin, and the GitLab branch source plugin. That covers much of the fourth paragraph of this request.
The proposal for an end to end tutorial using Docker compose would be the first tutorial on jenkins.io that uses Docker compose. Significant work would be required to create and maintain that type of tutorial with multiple components running together. The CloudBees courses mentioned in the issue report are using a Docker compose configuration to deliver Jenkins and Gitea in single course.