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
I want to install more than one custom plugin. For example, JMeter jpgc plugin and AWS S3. Is there a way I can set CUSTOM_PLUGIN_URL parameter with multiple plugins? Thanks!
The text was updated successfully, but these errors were encountered:
# install all available plugins except for those that are deprecated
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
&& sleep 2 \
&& PluginsManagerCMD.sh status
Adding support for multiple plugins would be straightforward. For example, if the CUSTOM_PLUGIN_URL variable had a .zip extensions, we could extract multiple .jar files from the downloaded zip.
Yes. I am working on zip all needed plugins and generate a link. This is what my jars look.
There is an aws-sdk-sns jar file. But when i use it in my JSR223 sampler to do "AmazonSNSClient snsClient = new AmazonSNSClient()" ; There is an error "Class: AmazonSNSClient not found in namespace". Looks like this jar file is not in right place. Is there any restriction on the zip file? Thanks!
I want to install more than one custom plugin. For example, JMeter jpgc plugin and AWS S3. Is there a way I can set CUSTOM_PLUGIN_URL parameter with multiple plugins? Thanks!
The text was updated successfully, but these errors were encountered: