Error while automating performance testing using Bamboo

0 votes

I'm trying to automate the performance testing using Bamboo. 

I have the following script

/bin/bash   
cd ${bamboo.capability.system.builder.command.JMeter 3} -n -t \
jmeterscript.jmx -l ${bamboo.build.working.directory}/example.jtl  
#runtime the value will be    
#${bamboo.capability.system.builder.command.JMeter 3}   
# (which is interpolated to `/opt/apache-jmeter-3/bin/jmeter`)  

It throws me the following error:

can't cd to /opt/apache-jmeter-3/bin/jmeter  
   Unable to publish artifact [jmeter_jtl]: the source directory 
   /media/ephemeral0/build-dir/GDA-AP10-JOB1/output does not exist.
Mar 5, 2019 in DevOps Tools by Nisha
543 views

1 answer to this question.

0 votes

Hey @Nisha, the command you're using is to change the directory and the directory you've mentioned does not exist. Try the following command:

${bamboo.capability.system.builder.command.JMeter 3} -n -t \jmeterscript.jmx -l ${bamboo.build.working.directory}/example.jtl
answered Mar 5, 2019 by Yesha

Related Questions In DevOps Tools

0 votes
1 answer

running comands as non-root user while using docker-maven plugin

Docker needs root access therefore maven commands ...READ MORE

answered Apr 30, 2018 in DevOps Tools by ajs3033
• 7,300 points
2,661 views
0 votes
1 answer

Getting 500 error code while Bitbucket-Jenkins integration.

Use generic webhook instead of bitbucket webhook. It ...READ MORE

answered Sep 21, 2020 in DevOps Tools by Krishnom
802 views
0 votes
1 answer

Error while exporting Postgres dump!

You will need to use it from ...READ MORE

answered Oct 30, 2020 in DevOps Tools by Shuhrat
559 views
0 votes
1 answer

How to Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)

Yes and no, It's a bit complex ...READ MORE

answered Mar 27, 2018 in DevOps Tools by Atul
• 10,240 points
1,273 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+2 votes
1 answer
0 votes
1 answer

Getting an Error while trying to push changes to cloud foundry

Here is an approach which you can ...READ MORE

answered Jul 19, 2018 in DevOps Tools by Atul
• 10,240 points
1,861 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP