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
- Host: GitHub
- URL: https://github.com/jenkinsci/asm-api-plugin
- Owner: jenkinsci
- License: bsd-3-clause
- Created: 2024-01-07T11:22:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T06:18:06.000Z (12 months ago)
- Last Synced: 2025-01-30T04:24:48.508Z (11 months ago)
- Topics: api-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/asm-api
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins ASM API Plugin
[](https://ci.jenkins.io/job/Plugins/job/asm-api-plugin/job/main/)
[](https://plugins.jenkins.io/asm-api)
[](https://github.com/jenkinsci/asm-api-plugin/releases/latest)
[](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
```