https://github.com/jenkinsci/gitea-plugin
This plugin provides the Jenkins integration for Gitea.
https://github.com/jenkinsci/gitea-plugin
git gitea jenkins jenkins-plugin scm
Last synced: 6 months ago
JSON representation
This plugin provides the Jenkins integration for Gitea.
- Host: GitHub
- URL: https://github.com/jenkinsci/gitea-plugin
- Owner: jenkinsci
- License: mit
- Created: 2017-07-05T16:13:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T18:46:15.000Z (6 months ago)
- Last Synced: 2025-05-01T19:41:22.275Z (6 months ago)
- Topics: git, gitea, jenkins, jenkins-plugin, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/gitea/
- Size: 479 KB
- Stars: 217
- Watchers: 110
- Forks: 65
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gitea - Jenkins - Gitea plugin for jenkins. (Applications / DevOps)
- awesome-gitea - Jenkins - Gitea plugin for jenkins. (Applications / DevOps)
- awesome-gitea - Jenkins - Gitea plugin for jenkins. `MIT` `Java` (Applications / DevOps)
README
# Gitea Plugin
[](https://plugins.jenkins.io/gitea)
[](https://github.com/jenkinsci/gitea-plugin/releases/latest)
[](https://plugins.jenkins.io/gitea)
This plugin provides the Jenkins integrations for [Gitea](https://gitea.com).
For details on the plugin see [plugins.jenkins.io/gitea](https://plugins.jenkins.io/gitea).
For open issues on the plugin see [the Jenkins JIRA under component `gitea-plugin`](https://issues.jenkins-ci.org/issues/?jql=status%20in%20(Untriaged%2C%20Open%2C%20%22In%20Progress%22%2C%20Reopened%2C%20%22To%20Do%22)%20AND%20component%20%3D%20gitea-plugin).
Build using something like:
```bash
export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64/"
export MAVEN_HOME="/opt/apache-maven-3.8.4/"
"${MAVEN_HOME}/bin/mvn" package
```