Hi,
I am running a Taurus for my JMeter executing on a docker. Everytime taurus is downloading JMeter from the internet. To avoid that, I have set the path in .bzt-rc as /app/apache-jmeter-5.1.1.
All my jmeter scripts, jmeter, and bzt-rc file are in Github. I have attached VCS in Teamcity to checkout the files. I am mounting all the folders using the below command.
docker run --rm -v $(pwd)/Scripts:/app/Scripts -v $(pwd)/out:/tmp/artifacts -v $(pwd)/apache-jmeter-5.1.1:/app/apache-jmeter-5.1.1 blazemeter/taurus /app/Scripts/Regression/Regression.yaml /app/Scripts/Regression/.bzt-rc
In my bzt-rc file, I have mentioned path as /app/apache-jmeter-5.1.1
But when I run this in team city, I am getting below error. Any insights please to solve below issue?
Error: JMeter check failed: [Errno 13] Permission denied