https://github.com/jenkinsci/json-path-api-plugin
JSON Path API Plugin
https://github.com/jenkinsci/json-path-api-plugin
api-plugin
Last synced: 3 months ago
JSON representation
JSON Path API Plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/json-path-api-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2023-12-09T11:30:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:48:14.000Z (12 months ago)
- Last Synced: 2025-01-28T06:27:19.367Z (12 months ago)
- Topics: api-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/json-path-api
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins JSON Path API Plugin
[](https://ci.jenkins.io/job/Plugins/job/json-path-api-plugin/job/main/)
[](https://plugins.jenkins.io/json-path-api)
[](https://github.com/jenkinsci/json-path-api-plugin/releases/latest)
[](https://github.com/jenkinsci/json-path-api-plugin/blob/main/LICENSE.md)
JSON Path API Plugin
This plugin provides JSON Path for other plugins (https://github.com/json-path/JsonPath)
# Build
To build the plugin locally:
```
mvn -Dset.changelist clean install
```