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.
- Host: GitHub
- URL: https://github.com/qainsights/jmeter-plugins-custom-source
- Owner: QAInsights
- License: apache-2.0
- Created: 2022-04-02T16:48:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T17:07:16.000Z (about 4 years ago)
- Last Synced: 2025-03-31T11:41:36.828Z (about 1 year ago)
- Topics: docker, dockerfile, jmeter, jmeter-plugins, nginx, performance-testing
- Language: Dockerfile
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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