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

https://github.com/jenkinsci/asm-api-plugin

Jenkins ASM API Plugin
https://github.com/jenkinsci/asm-api-plugin

api-plugin

Last synced: 3 months ago
JSON representation

Jenkins ASM API Plugin

Awesome Lists containing this project

README

          

# Jenkins ASM API Plugin

[![Build Status](https://ci.jenkins.io/job/Plugins/job/asm-api-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/asm-api-plugin/job/main/)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/asm-api.svg)](https://plugins.jenkins.io/asm-api)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/asm-api-plugin.svg?label=changelog)](https://github.com/jenkinsci/asm-api-plugin/releases/latest)
[![GitHub license](https://img.shields.io/github/license/jenkinsci/asm-api-plugin)](https://github.com/jenkinsci/asm-api-plugin/blob/main/LICENSE.md)

ASM API Plugin

This plugin provides ASM for other plugins (https://asm.ow2.io)

# Build

To build the plugin locally:

```
mvn -Dset.changelist clean install
```