Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```