# gitea-plugin **Repository Path**: mamh-java/gitea-plugin ## Basic Information - **Project Name**: gitea-plugin - **Description**: https://github.com/mamh-java/gitea-plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-20 - **Last Updated**: 2025-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitea Plugin [![Version](https://img.shields.io/jenkins/plugin/v/gitea.svg?label=version)](https://plugins.jenkins.io/gitea) [![Changelog](https://img.shields.io/github/v/release/jenkinsci/gitea-plugin.svg?label=changelog)](https://github.com/jenkinsci/gitea-plugin/releases/latest) [![Installs](https://img.shields.io/jenkins/plugin/i/gitea.svg?color=blue)](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 ```