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

https://github.com/qainsights/jmeter-plugins-custom-source

Use this Dockerfile to build a JMeter Plugins repo and host it in your org.
https://github.com/qainsights/jmeter-plugins-custom-source

docker dockerfile jmeter jmeter-plugins nginx performance-testing

Last synced: about 2 months ago
JSON representation

Use this Dockerfile to build a JMeter Plugins repo and host it in your org.

Awesome Lists containing this project

README

          

# JMeter Plugins Custom Source

Use this Dockerfile to build a JMeter Plugins repo and host it in your org.

# 🏭 Steps to build

* Clone this repo `https://github.com/QAInsights/jmeter-plugins-custom-source.git`
* `cd` into `jmeter-plugins-custom-source`
* Run `docker build -t jmeter-plugins-custom-source .`
* Run `docker run -p 80:80 <>`
* Open `user.properties` from `JMETER_HOME\bin`
* Add `jpgc.repo.address=/baserepo.json`
* Restart JMeter

# 🏃‍♀️ Steps to run

* `docker run -p 80:80 -d qainsights/jmeter-plugin-custom-source`
* Open `user.properties` from `JMETER_HOME\bin`
* Add `jpgc.repo.address=/baserepo.json`
* Restart JMeter