Skip to content

Commit

Permalink
Added JMETER_PLUGIN_MANAGER_VERSION env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Mar 2, 2024
1 parent 3a28c27 commit 4139daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --update --no-cache python3 pipx \
&& apk del .build-deps

ENV JMETER_VERSION=${JMETER_VERSION}
ENV JMETER_PLUGIN_MANAGER_VERSION=${JMETER_PLUGIN_MANAGER_VERSION}
ENV PATH="${PATH}:/root/.local/bin"

# Download JMeter so we can load our custom plugins (taurus can only download plugins from the JMeter Plugins Manager)
Expand Down

0 comments on commit 4139daa

Please sign in to comment.