abstracta/JMeter Plugin Publish
Automatically publish JMeter Plugin into JMeter Plugins Manager repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: abstracta/jmeter-plugin-publish-action@8d7da3689ba7ba2468d1d899404a2afd0d230157 # no releases — HEAD as of 2026-07-16tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| upstream-repository | Url of target jmeter-plugins repository | no | https://github.com/undera/jmeter-plugins.git |
| forked-repository | Your forked repository of undera/jmeter-plugins used to send PR from | yes | — |
| plugin-artifact-name | Prefix of the plugin artifact name used to identify the jar from other libs placed in github release | yes | — |
| plugin-id | Registered ID for identifying the plugin in jmeter-plugins | yes | — |
| token | Github token (PAT) used to fetch assets from latest release and open the PR | yes | — |
| changes | Release note line | yes | — |
| ignore-dependencies | Prefix of dependencies separated by commas, which won't be taken into consideration at jmeter-plugins release but are present in github release | no | — |
| artifact-version-extraction-patterns | Regular expression patterns to extract the version from artifact names for unconventional library version patterns | no | — |
Outputs
| name | description |
|---|---|
| pull_request | The url of the created PR for review and draft change |