Skip to content

Commit

Permalink
fix(pluginsformat):extra plugin should be comma separated
Browse files Browse the repository at this point in the history
  • Loading branch information
amardeep2006 committed Aug 27, 2023
1 parent 525a879 commit 054ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmeter-plugin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl -L https://jmeter-plugins.org/get/ --output ${JMETER_HOME}/lib/ext/jmeter-p
java -cp /opt/apache/apache-jmeter-${JMETER_VERSION}/lib/ext/jmeter-plugins-manager-${JMETER_PLUGIN_MANAGER_VERSION}.jar org.jmeterplugins.repository.PluginManagerCMDInstaller

cd /opt/apache/apache-jmeter-${JMETER_VERSION}/bin/
java -jar ${JMETER_HOME}/lib/cmdrunner-${JMETER_CMD_RUNNER_VERSION}.jar --tool org.jmeterplugins.repository.PluginManagerCMD install jpgc-udp jpgc-graphs-basic jpgc-graphs-additional jpgc-graphs-dist
java -jar ${JMETER_HOME}/lib/cmdrunner-${JMETER_CMD_RUNNER_VERSION}.jar --tool org.jmeterplugins.repository.PluginManagerCMD install jpgc-udp,jpgc-graphs-basic,jpgc-graphs-additional,jpgc-graphs-dist

chmod a+x ${JMETER_HOME}/bin/*.sh

Expand Down

0 comments on commit 054ce2e

Please sign in to comment.