|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

A more step-oriented solution can also be implemented in a plugin:
http://javadoc.jenkins-ci.org/hudson/model/BuildListener.html receives build start + end
http://javadoc.jenkins-ci.org/hudson/model/BuildStepListener.html receives build step (builder + publisher) start + end
http://javadoc.jenkins-ci.org/hudson/model/listeners/SCMListener.html receives SCM changelog computation finished
Metrics plugin might be a good place for this, it already records queue wait time and total execution time.