Chee Er Lim
Chee Er Lim

Reputation: 51

Jmeter jenkins doesnt store past builds result

I setup my jmeter to run on jenkins daily. Everything works fine except the past jenkins build automatically flip to fail status the next day when a new schedule run kicks in and it also removed the past build results. I attached a screenshot of the build history. For sep 12, they were all green.

Anyone experience this issue or know which area I can look into?

My goal is to try to compare with past build result and send an email if the performance didn't pass criteria.

I am happy to share more details.

enter image description here

Upvotes: 0

Views: 97

Answers (1)

Dmitri T
Dmitri T

Reputation: 168002

Unfortunately we're not telepathic enough to guess the reason by looking at a single screenshot.

  1. Double check your job configuration, especially location of the JMeter's jtl result files as it might be the case you're storing them in current job folder instead of workspace
  2. Double check your Performance Plugin configuration, especially "thresholds" section
  3. Inspect Console Output for the previous/latest builds
  4. Check jenkins.log file for any suspicious entries

Upvotes: 1

Related Questions