justb4 / docker-jmeter

Docker image for Apache JMeter
MIT License
278 stars 310 forks source link

Supporting custom plugins #35

Closed andrelramos closed 3 years ago

andrelramos commented 3 years ago

This PR add support to custom JMeter plugins as asked on issue https://github.com/justb4/docker-jmeter/issues/33.

justb4 commented 3 years ago

Have little time to test this. Is this working for you? Only .jar files needed for plugins? Then I can merge.

andrelramos commented 3 years ago

@justb4 This is working for me. I'm using it on my company CI/CD pipelines.

Only the .jar files is necessary on the plugins volume.

justb4 commented 3 years ago

Thanks @andrelramos !