Use this Dockerfile to build a JMeter Plugins repo and host it in your org.
- Clone this repo
https://github.com/QAInsights/jmeter-plugins-custom-source.git
cd
intojmeter-plugins-custom-source
- Run
docker build -t jmeter-plugins-custom-source .
- Run
docker run -p 80:80 <>
- Open
user.properties
fromJMETER_HOME\bin
- Add
jpgc.repo.address=<IP_ADDRESS>/baserepo.json
- Restart JMeter
docker run -p 80:80 -d qainsights/jmeter-plugin-custom-source
- Open
user.properties
fromJMETER_HOME\bin
- Add
jpgc.repo.address=<IP_ADDRESS>/baserepo.json
- Restart JMeter