-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
We are using performance plugin to analyze trending data and summary report for each build. Trying to find location where summary report for each build stored. We are trying to send out summary data with 50%,85% response time for each build to SPLUNK. Could not find file generated by performance plugin under builds folder. Appreciate your help. Thanks
senyam08
Reports for each build are store in JENKINS_INSTALL_FOLDER/jobs/JOB_NAME/builds/BUILD_NUMBER/performance-reports folder
for linux it is /var/lib/jenkins/jobs/freestylejob/build/1/performance-reports
for windows C:\Programm Files\Jenkins\jobs\...