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: 7 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T21:18:02.000Z (17 days ago)
- Last Synced: 2025-04-12T06:13:10.584Z (7 days ago)
- Topics: git, gitea, jenkins, jenkins-plugin, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/gitea/
- Size: 481 KB
- Stars: 216
- Watchers: 110
- Forks: 63
- Open Issues: 2
-
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. (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
```