Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T17:22:17.000Z (about 1 month ago)
- Last Synced: 2025-01-01T15:04:43.915Z (10 days ago)
- Topics: git, gitea, jenkins, jenkins-plugin, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/gitea/
- Size: 464 KB
- Stars: 208
- Watchers: 112
- Forks: 59
- Open Issues: 1
-
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
[![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
```