baraujo25/JMeter Plugin Publish
Automatically publish JMeter Plugin into JMeter Plugins Manager repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 identifing 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 | — |
Outputs
| name | description |
|---|---|
| pull_request | The url of the created PR for review and draft change |