You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN sed -ibkp -e 's/^.*bintray.*$//g' /etc/apt/sources.list ; cat /etc/apt/sources.list
RUN apt-get update && apt-get -y install python3
RUN curl https://jmeter-plugins.org/repo/ | python3 -c 'import json; import sys; sys.stdout.write(",".join([x["id"] for x in json.loads(sys.stdin.read()) if "id" in x.keys() and not x["id"].startswith("ulp")]))' > plugins.lst && cat plugins.lst
RUN bzt -o modules.jmeter.path=/jmeter /tmp/test.jmx -o modules.jmeter.plugins=[$(cat plugins.lst)] || true
RUN ls /jmeter/lib/ext/jmeter-plugins-casutg-*.jar && rm -rf /tmp/*
RUN echo httpclient.reset_state_on_thread_group_iteration=false >> /jmeter/bin/jmeter.properties && cat /jmeter/bin/jmeter.properties