Comments on: Visualizing Jenkins Pipeline Results in Grafana https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 25 Aug 2020 00:01:32 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-398 Fri, 04 May 2018 18:19:51 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-398 In reply to Konstantin.

These metrics are strictly related to jenkins pipelines. First of them is time of build, while second is the junit code coverage for built project. Probably you may run jmeter test as junit test, so i think it is possible

]]>
By: Konstantin https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-397 Fri, 04 May 2018 10:20:32 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-397 In reply to Piotr Mińkowski.

Ok, thanks.

Also, as I understand in Influx you store “pipeline build time data” and “percentage test code coverage”, but is it possible to get the data related to my JMeter load test (response time, number of threads and so on)?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-396 Fri, 04 May 2018 09:54:27 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-396 In reply to Konstantin.

the problem occurs because you did not implement any junit tests

]]>
By: Konstantin https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-395 Wed, 02 May 2018 08:53:35 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-395 Thanks for this article!

I’ve faced such issue on “Tests” step when I run through Jenkins:
> Archive JUnit-formatted test results — **/target/surefire-reports/*.xml — (self time 369ms)
> Recording test results
> Test reports were found but none of them are new. Did leafNodes run?
> For example, /Users/Shared/Jenkins/Home/workspace/pipe/target/surefire-reports/*.xml is 15 min old

Any idea what am I doing wrong?

Here’s my project: https://github.com/KonstantinxVx/jmeter-mvn

Thanks in advance for your reply!

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-394 Sun, 25 Mar 2018 09:18:32 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-394 In reply to Sai.

Well, I don’t think I have missed something. And generally it should work fine. However, this address in your logs is strange. 172.17.0.3?

]]>
By: Sai https://piotrminkowski.com/2017/08/29/visualizing-jenkins-pipeline-results-in-grafana/#comment-393 Sun, 25 Mar 2018 00:41:19 +0000 https://piotrminkowski.wordpress.com/?p=5721#comment-393 jacoco_data table is not getting created. Maven project builds fine but it does not get the table created in Inlfux DB. Please let me know if anything missing to make this work. Nice article. Will be very useful if everything works end to end as outlined here.
[InfluxDB Plugin] Publishing data to: [url=http://172.17.0.3:8086, description=jacocotarget, username=jenkins, password=*****, database=grafana]
[InfluxDB Plugin] Completed.

]]>