jenkins 构建分析

mrz*_*asa 3 continuous-integration profiling jenkins

我项目中的构建最近开始花费更多时间。我需要优化它们,但我不想盲目优化。我需要构建过程的各个步骤(获取、准备、构建脚本、发布等)消耗了多少时间。是否有任何启用 cuch 分析的 jenkins 插件?

Sla*_*lav 6

不是真正的分析工具,但您应该从 Timestamp 插件开始

https://wiki.jenkins-ci.org/display/JENKINS/Timestamper

This will put a timestamp for every line in your console log. You can then easily see how much time was spent on each particular section (checkout, building, publishing) in the log