Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
chore(jmeter-service): Updated Dynatrace JMeter extension to 1.8.0 (#…
Browse files Browse the repository at this point in the history
…6879)

Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
grabnerandi and mowies authored Mar 22, 2022
1 parent 5c8295a commit 89b2ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmeter-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ ENV JMETER_BIN ${JMETER_HOME}/bin
ENV JMETER_DOWNLOAD_URL https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${JMETER_VERSION}.tgz

# Load additional extensions
ARG DYNATRACE_EXTENSION_VERSION="1.3"
ENV DYNATRACE_EXTENSION_URL https://github.com/dynatrace-oss/jmeter-dynatrace-plugin/releases/download/v${DYNATRACE_EXTENSION_VERSION}.snapshot/jmeter-dynatrace-plugin-${DYNATRACE_EXTENSION_VERSION}-SNAPSHOT.jar
ARG DYNATRACE_EXTENSION_VERSION="1.8.0"
ENV DYNATRACE_EXTENSION_URL https://github.com/dynatrace-oss/jmeter-dynatrace-plugin/releases/download/${DYNATRACE_EXTENSION_VERSION}/jmeter-dynatrace-plugin-${DYNATRACE_EXTENSION_VERSION}.jar

# Install extra packages
# See https://github.com/gliderlabs/docker-alpine/issues/136#issuecomment-272703023
Expand Down

0 comments on commit 89b2ba1

Please sign in to comment.