Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

Jmeter Version #62

Closed garyc0221 closed 2 years ago

garyc0221 commented 3 years ago

Hello,

I was wondering can anybody help me. Currently when launching the pipeline it is using jmeter version 5.1.1 is there a way to get a newer version. I can see that you are pulling from justb4/jmeter although the current version they are using is 5.4. Thanks

cmelo05 commented 3 years ago

Hello,

I was wondering can anybody help me. Currently when launching the pipeline it is using jmeter version 5.1.1 is there a way to get a newer version. I can see that you are pulling from justb4/jmeter although the current version they are using is 5.4. Thanks

@garyc0221, the base image justb4/jmeter is at version 5.1.1, as you can see here.

If you update your Dockerfile, you should be able to run other JMeter versions