serputko / performance-testing-framework

Framework allows to perform load testing with Apache Jmeter, view application/server metrics in real-time with Grafana, analyze errors cause with detailed traces for failed requests, compare different test runs in scripted dashboard and perform frontend performance testing with sitespeed.io+webpagetest
Apache License 2.0
404 stars 209 forks source link

Not able to Run Backend job, jenkins "Could not open /var/jenkins_home/workspace/BackendJob/" #30

Closed pankajgautam4869 closed 3 years ago

pankajgautam4869 commented 3 years ago

Hi,

I am unable to run Backend job successfully as it is unable to reach "/var/jenkins_home/workspace/BackendJob/" directory.

log: Started by user admin Running as SYSTEM Building in workspace /var/jenkins_home/workspace/BackendJob [BackendJob] $ /bin/sh -xe /tmp/jenkins3857704234177597003.sh

a12e996a33ef java:8-jdk "cat" 31 minutes ago Exited (0) 31 minutes ago jmeter

DevOpsFlex commented 3 years ago

Hey,

There is an issue with undefined SCENARIO variable. It should be passed to Jenkins job using filesystem-list-parameter-plugin but this plugin doesn't work with Jenkins version: 2.162.

Try to update Jenkins and resolve issues within run.sh script.

pankajgautam4869 commented 3 years ago

Hi DevOpsFlex,

I have tried using 2.223(which was working fine on Windows as well Ubuntu previously) and the latest image as well but it's not working now. Which issue do I need to resolve in run.sh, can you please provide the resolutions with run.sh Script.

Thanks

intelligentops commented 3 years ago

Hi @pankajgautam4869

Please, have a look at https://github.com/intelligentops/performance-testing-framework

pankajgautam4869 commented 3 years ago

Hi @pankajgautam4869

Please, have a look at https://github.com/intelligentops/performance-testing-framework

Thanks @intelligentops,

This worked seamlessly.

PrashantSingh-Perf commented 2 years ago

Hi @intelligentops , I tried using your repo , still I am facing same issue i.e. Could not open /var/jenkins_home/workspace/BackendJob/